[PHP] SMS

2002-09-04 Thread Lejanson C. Go
what are the components to be use if you want to set up a site that SENDS Free SMS and uses PHP? -- Lejanson C. Go, SDE I -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PostgreSQL

2002-07-16 Thread Lejanson C. Go
. i hope i got it right -- Lejanson C. Go, SDE I -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] stupid error, please kick me (and send me a solution)

2002-06-03 Thread Lejanson C. Go
try this jule.. $link_glob = mysql_connect('$host_glob', '$un_glob', '$pw_glob'); $temp= PASSWORD($password); $query = INSERT INTO user values('0', '$fname', '$lname', '$email', '$username', '$temp');; i think this will work..=) i hope ive done something. - Original Message -