form help
this doesn't work. i want the form action to go the location.href of the submit button chosen.. how
Convert Binary String to Decimal
Trying to Get:
Decimal: 305419896
Out of:
Binary String: xV4
INSERT data problem!
After having an string with apostrophes ', double quotes " or any other special characters, suc
How to sum these output values
Hi
I need sum the month totals
SELECT region_name, area_name
,SUM (CASE WHEN S
Can you help please? Php file
I have to write this php file to allow users to register their nicknames on nickserv
For an I
I need some help with the IF command...
I have a large number of images in one section of my website with the .jpg format. I'm adding a bun
Line break?
Hi, I'm new to the forum and new to php. I'm not sure if I'm using the correct terminology so here i
order by date not ID number help php
I am trying to orginize the following code to order by date not id number.
any help would be grea
Calling strings from other php class
I have test1.php{
$string1;
$string2;
....
... //10 strings in this class <
mysqli_fetch_assoc returns multiple arrays, how to return a single array
Hello, I am using mysqli_fetch_assoc which is returning multiple rows, so it looks like:
Code