Getting Subdomain Name With PHP?
I want to grab the subdomain name with PHP so I can generate database queries.
for example my
Adding Different Numbers From MySQL
Basically I have a mysql database with a couple prices as the following:
9.99
9.99
9.99
Need help PLEASE
ok i have this warning showing up
Warning: in_array() [function.in-array]: Wrong datatype for
Handling text changed in text box control using Ajax
I need to create a web form with a text box control. When someone types text into the textbox I nee
DOMDocument
Hello All,
I need to take an XML document, modify some of the nodes in it and then perform a
Bluetooth RSSI & VIsta
Okie I got 4 Bluetooth adapters, a DBT-120 by Dlink, A Zonet Microsoft Bluetooth which is what I use
retrieving images from mysql database using php
So I've been trying to figure out how to store images in a mysql database, and as far as i can tell
I would like "for" to wait 5 sec
I would like my 'for' loop to wait 5 sec before second iteration.
for ($i=0; $i<10
Variable Clash
In the past I've had variables clash. For example:
Code: <?php
$c = 5;
$ca
=> and <=
So I was digging through some code when I came across the <= operator. This is the first tim