Auto-populating dropdowns and multiple forms.
Here's what I have so far:
First drop down = select a state (works)
This populates the sec
Multiple Pages
Hi. Im very new to php. I'm trying to create a basic login/registration page.
So I have a bas
Handling text changed in text box control using Ajax
I need to create a web form with a text box control. When someone types text into the textbox I nee
How can use this array as a key?
Say I have this array for example:
print_r($array);
Prints:
Code: [Select]Array
Format timestamp from mysql
When I tried this:
Code: date("m/d/Y H:i A", $row['timestamp'])
I got 12/31/1969 18:
Check Date/Time in PHP
What I need the code to check is that $reQuest is 24 hours in the past then return a time based on h
can i optmize image to 50% quality before uploading 2 server
Hi there
i have jus written a php program to upload and display images but when i try to uplo
mysql_real_escape_string making variable equal nothing
i post a form and i post the variable:
Code: $var = $_POST[variable];then i echo $var its what i
Php script to read msword file
hi,
I need to read a msword file and i want to print the contents in that word file.
i
PHP Directory Listing Not working
Hey Guys,
I need help, I tried a ton of directory listing scripts and they all don't work. Al