Using loop to count number of entries
I'm writing a program that must ask user to type in numbers. After each entry, the program has to re
Entering Data Problem
Code: $result = mysql_query("SELECT * FROM flights");
while ($row = mysql_fetch_array($
How to file_get_contents when login required?
Hello!
I am trying to read data from a page that you have to be logged into to view, I am try
parsing error
can anyone explain this syntax error:
Parse error: syntax error, unexpected T_IF
The e
Problem with HTML form
Hello,
I made a HTML form with some fields and check box.
Everything works fine except whe
problem in pagination when processing with selectbox form
Hi,
I have a search form, with select boxes, if am selecting the value from the form, it work
Feed Maker
Hi all.
First of all I must say I am not a php developer so I am afraid I don't know much about i
Is there a way to override built in php functions without APD?
I am trying to use the
rename_function()
override_function()
options that are built into
Wierd if else problem
Hi guys,
this probably aint wierd for you, but it seems like php is playin up to me. may b i
Email logic not working
I would like to send an email using the php email() function then if it does execute i.e sends i wou