Printing a webpage
I use this to print the webpage:
o
Displaying Column Names
I have a question regarding the ability to show the column names from my table/query.
What I'm lo
mysql UPDATE request not working and driving me crazy!!!
Hi,
I have been stuck on this for ages.
Quite simply I am trying to update my database
empty() error
Why does
Code: empty($USER_ID = $_SESSION["USER_ID"])
create this error...
I think i'm using the syntax incorrectly
Hi Everyone!
I'm new to this forum and a newbie with PHP - I'm glad I found this site - I hop
Typedef struct vs just struct
Anyone know the rationale for using typedef for structs when a struct is itself a typedef? I have s
Nested (echoed) php running wrong script
Got a problem with a php website I'm creating.
In a nutshell, the first page is entirely html
Simple program to copy files between two computers over the web
I use logmein free and often need to move files between my two computers. Generally, I move the file
Create a form of 2 numbers input and find the greatest.
Hi, everybody.
I have a homework in my training of php, which ask you to make a form that ask
Procedural to OOP
John Kleijn said that to avoid writing "crappy code", we should learn OOP and common OO pr