output printing as hexadecmal... XD
Everything works except the calcem call for the totusold and totuprice. The out put shows up as hex.
mysql select with $_get ?
Hi, i have this code:
Code: // If char id is 0 and character dont exist do:
if ($_GET["id
Replacing a string on click of a button
Hi! Is there a way to replace a string on a click of a text link?
This is what I've come up w
Output Buffering question
Hi all,
I've been trying to wrap my head around output buffering. So far I've found tons of
utf8_general_ci error ??
I have all kinds of data to be inserted in database table
//I am getting this error
Yo
str_replace help
Hey there,
I'm a PHP newb, I'm having troubles with the str_replace function. I want to clean
Need some ideas as to how to go about sorting this array...
Here's how the array's are created..
Code: <?php
while ($x = readdir($dp)) {
Help with ORDER BY
Hello. I would like to order by ascending States, then Cities, then Gyms in the following code, but
PHP / MySQL Associative Multidimensional Array:
Hello.
I have data in a MySQL Table that adheres to the below: (note, no index, could add if
Keeping data in form
How can I keep whatever I write in the form?