PHP loop
Okay so I have several "articles" stored in a mysql database and am attempting to echo tho
How to show the difference between two data field in a database with php.
Hello php gurus,
how r u all... i'm not so well facing a typical problem please help me...<
Echoing If Function?
A script I am using has If statements in the comments form to basically tell the form what to do. Cu
Typing math
I've added support for typesetting math using LaTeX on the forums.
Example:
Code: [Select]
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
Trying to add functions to table
I have this list of characters and I'm trying to figure out what I have to do to put the results of
Why is the logic of this simple code not working?
Hey, I'm trying to determine if a table already exists in mysql, but doing a query first with mysql_
Prevent PHP mail( ) from appending hostname to from address
Hey guys,
I want to be able to send texts to phones via email (since each phone has their own
Using cURL to PUT
Can somebody help with the correct php code to make a cURL PUT request. Here is a sample of code bel
Creating a custom API
I'm creating a site, and I need to create a basic API. Unfortunately I have no idea where to start.