Posting Serialized Data Not Working
I am trying to send an object from one PHP file to another using POST. I serialize the object and th
Download Image from URL and Upload it
Ok, I have been googling for the last 1/2 hour trying to figure this out, Most likely I'm just not s
Mail from PHP form not always ending up in my inbox?
Hi guys,
I'm a real newbie to PHP and have managed to put together a simple mail form that se
private constructor
Hello,
Can we create a constructor as private? If yes, what is the use of it? If no, why can'
dynamic table with forms
I have a table that is populated with mysql data and in teh first column there is a raido button tha
whats wrong with my code please help!!!
this is the error
Warning: mysql_close(): supplied argument is not a valid MySQL-Link res
Which PHP-Editor do you think is the best?
Hi everyone,
Myself Brian Anderson. For the last 2 years i have been working a
Inserting 100x and 100y coordinates in mysql table - easy
Is there a way to insert this data into a mysql table named 'map' with the fields: 'x int 3' , 'y in
puting for loop in 1 value
hi ,
how do i put this code in 1 value:
Code: <?php
for ($i=1; $i<=5; $i
void* and sizeof()
Hi,
Using void* and sizeof is it possible to get the value of the object ?
I understan