Issue Parsing XML into table
Hello all,
Im a bit new to php and new to phpfreaks. But thanks in advance for the help!
<
DELETE rows based on content
I have a link in my rows
$bit="http://bit.ly/abcd";
$query = mysql_query("D
Multiple if statements
Ok so seems basic but for some reason I'm not doing it right. What I want is to be able to have 2 se
How to find OS bit version
How can I tell the person browsing my site is running 32, or 64 bit operating system?
Developing Ajax-enabled ASP.Net applications for the iPhone
I would like to develop Ajax web applications using Visual Studio that are optimized for the iPhone.
mails going in spam??
The mails I sent to folks in my database using mail(function) are going in spam??
Any idea ho
first few characters only
hi, does anyone know how to use PHP to take the first few words of a text and limit them? i have see
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
Need help with PHP/MySQL drop down menu
I need help on how I can implement a drop down menu which queries mysql database and output the avai
Get relative path from absolute path
How would one go about getting the relative path to a file from its absolute path?