Problem with coding MySQL query
I'm having heaps of trouble getting one of my PHP/MySQL queries to work for some reason (and the fun
Saas with SAP R/3
hi experts,
Is SaaS offer available in SAP? for SAP R/3? from where i can get the info a
Mastering Regular Expressions, Third Edition, is available.
The Third Edition of Mastering Regular Expressions is available.
QuoteThis third edition is 5
PHP Display Telephone Number On Referrer
I have used the php below to show a different telephone number in the header of the site depending u
Load Animated Image while cache is serve
I have a page that loads up using cache and took about 1 to 2 minutes before it loads to the page. <
Get Total From While Loop
I'm trying to get the total for each product and add them for a Grand Total to list outside the loop
Passing JS to PHP
So I have the following
Code: <?php
getdetails(?><script type="text/
Wierd if else problem
Hi guys,
this probably aint wierd for you, but it seems like php is playin up to me. may b i
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?