PHP Blog help
Need help with posting comments in a word press blog? I have a comments page where the comments are
Login Issue's
Code: <?php
$file = fopen('user.txt', 'r');
/* Set login to false initially */
Working with popups and such in a class
I've recently started building my applications completely enclosed in classes. I like the fact that
LIMIT $start, 10... how to pass last value queried into next page with GET??
Ok I know how to display the first or last 10 results of a query...
$result = mysql_query(&q
Using mysql_real_escape_string for displayed content
On my website users can input data into a textarea and it will store it in the mysql database. But,
how to read and write into a word document using php...?
hi,
I need,reading and writting into a word document using php.
Thank u inadva
Multi Level Array Problem
hi all,
For example I have array like below:
$temp = array(array('north america', 'us'
Help with page encoding issue and weird characters
I'm trying to write a screen scraper and when I pull out the lines of the html file that I'm interes
Update data to upper case in parent/child tables
Hi Gurus!
In production we have a product table and which is being reference by many tabl
unexpected T_SL without a shift left token
Nothing too see here, I'm an idiot and resolved the problem.