unexpected T_STRING
error log "[Sat Jan 09 18:27:58 2010] [error] [client 127.0.0.1] PHP Parse error: syntax error
utf8_general_ci error ??
I have all kinds of data to be inserted in database table
//I am getting this error
Yo
Sending an SMS Message with ASP.NET
Often times it may be a requirement for your web application to send an SMS message. Such examples w
Storing Values taken from a DB...
Using this code it will generate a short list from my database
<?php
mysql_connect
if php cookie set, show code...
Hi all.. I need to figure out this little snippet right quick.. seems like it should be easy enough
Pulling out some result data from MYSQL
Hey Guys,
I've built a PHP page that has a for just imagine something like registration form
Multi Level Array Problem
hi all,
For example I have array like below:
$temp = array(array('north america', 'us'
switch form actions? not working
i want on submit to go to different pages according to the CatID
Code: <?php $CatID=$_
Embedding flash object in Else statement
This is my first major project in PHP and I'm having some trouble embedding a flash object in an Els
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav