help with multi-update
Now sure how to ask this really....
10g database if that matters.
I have a customer
Problem!
I have another problem, when i run this code i get this error "Parse error: syntax error, unexp
Help with explandable category tree
I have the below query:
SELECT l1.id as lev1_id,l2.id as lev2_id,l3.id as lev3_id,l1.categ
Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);
header redirect problems? please help
Ok i am making a site that generates youtube thumbnails and i am generating an image that displays 1
Variable Clash
In the past I've had variables clash. For example:
Code: <?php
$c = 5;
$ca
calculator
I can't figure out why this code doesn't work. No error messages. Page loads.
Code: <
Adding Outlook 2007 items via file upload
I am looking for a way to be able to attach an Outlook item (an email message) in an ASP.NET 3.5 app
php global variable
how can we create global variable so we can use its value in any form.. Please give example to
Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t