Odd or Even
Inside of a while loop I need to echo several rows of info...easy enough.
In the loop (for th
Question handling xml data
Hello,
I have sucessfull followed this tutorial
http://www.phpfreaks.com/tutorial/handlin
CHECK A STRING FOR ' " ' (DOUBLE QUOTES)
I am checking for delimiter (.!?) and if there is a " after a sentence then it should neglect a
How to convert this array to string
I am having problems converting this array to a string
using print_r($val[1]); I get:
Code: [
Need help making a script that moves data into acrhive table
Hi,
I'm kinda new to php/mysql
And i wrote a simple script to store sales lead for a b
for some reason mysql query not working, not inserting, please check it out
This code is not inserting anything into my db, don't know why, the $_SESSION variable does contain
LinkedList help
Ok so I just learned quickly about lists, so I have a not too hard project I think, but am having a
cURL proxy
Okay here is the thing... i know how to add proxys
Code: curl_setopt($ch, CURLOPT_PROXYTYPE,
How can use this array as a key?
Say I have this array for example:
print_r($array);
Prints:
Code: [Select]Array
Help Optimizing code
Good Morning,
I wrote a small import function for a website of mine and I know there has to b