Search:
Type: Posts; User: Clint Malarchuk
Search :
Search took 0.01 seconds.
I am working on a site which will have two levels the URL reaches
My objective is to have clean URL's like this...
http://domain.com/username/dosomething
My ugly URL's currently look like...
Yes I need to edit .txt files in UI format of some kind and I thought HTML would be the best. The files will be accessed from the hard drive and need to be done so offline.
I was hoping that JS...
I have a .txt file that needs to be accessed offline in the browser. Ideally I would like to the page to open and different form fields display the data from each specific line.
Thanks NogDog. I tried that but it didn't help.
I find if I write in the number 0 in all the fields which require a number my form sends! But for some reason the script wont write in 0 (as a...
I have a PHP form to created tables in a database. There are about 30 fields that users have to enter to created a new 'account'.
I had the program functioning 100% perfectly on a Linux server and...
It doesn't need to be something server side. I would like it to be HTML.
Can the html forms get and post data to a .DATA file?
I have a flash application that gets values from a .DATA file (which is basically just a .txt I think).
I want to create an HTML form that will let me access that data and edit it. All of this...
It looks like I jumped the gun.
The code you gave me allowed the me to get past any errors but it didn't actually add anything to the database :(
mysql_query("set sql_mode = ''");
worked, thanks.
I have discovered that one server uses Windows and the other (working) server uses Linux. Does that mean anything?
Thanks, I found out that both servers use the same version of PHP :(
Because of confidnetiality reasons I can't pubicize the form details but there are a few things that are coming up that I think you're looking for is
on duplicate key
Incorrect integer value
...
Yes
The form is actually really big (but like it said it worked perfectly on the other server).
When I hit 'send' instead of the form success page I get an error like this...
Problem adding...
I purchased a website that has a small program where users enter data to a database.
None of the files have been edited.
I transferred the files to a different server today, created the new...
Thanks. Works like a charm
I am using the file_get_contents to access data on a page that I was given permission to scrape.
I am using the preg_match to find the data that I'm looking for in the markup.
But when I print...
Hey guys.
I'm doing some work on a theme and I'm using horizontal accordion scrollers.
You can see on my practice page that the three main sections (on the right) are all different sizes. The...
So there is no literature on how to insert foreign characters in URLS?
I'm an amateur programmer who works on little projects as a hobby. I like to learn on my own and I buy books to help me.
My newest project requires using PHP and MySQL to create tables which users...
I have noticed on many popular websites that URLs have broken (what I thought were) laws in HTML. Namely Wikipedia. Sometimes I see see brackets () commas , or even blank spaces .
How are they...
Thanks. I'll check out all of those.
So you wouldn't reccomend a more modern language to learn like Python?
I am a hobby coder who understand HTML, CSS, and some JavaScript/PHP. I have a little web app idea I would like to work on in my spare time. It involves users uploading text that would be stored in a...
hi. I am working on CSS forms and have chosen an image for my submit button. I have created a darker version of the image for when the user has clicked down on the submit image button. How can I...
I am trying to write a page that will take a variable from the url and post it.
so
http://xxx.com/test.php?destination=http://google.com
will insert the 'destination' variable into this...