insert PHP code into function
Hi,
I'm having problems when trying following:
I have:
Code: [Select]createBar("Do
Delete records not in top 15
Hi,
I'm creating a hall of fame page in my game and the page will only display the top 15 sco
Validation
Hello
I know this is a really vag question.
I need to have a input field on a form th
Unidentified index error in a simple form
I have been trying to make an HTML form that is handled by a PHP script. So far my attempts to get i
dropdown menu
Hello everbody,
I am php newbie.
I need to develop a program that once click the drop do
Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th
Setting/Modify Headers using mail() function
I have a question about setting email headers when using mail() in a php script.
When I send
Problem assigning value to variable in "IF" function
Does this script makes sense? I am trying to take the value that is set to "authenticat" a
GET vs SUBMIT Button to show sections on one index.php page?
Just curious if one of these ways is better (i.e. more efficient) than the other.
I have a
Formatting echo from database
So I have a database that stores First and last names, then echos them back to a website, as of now