Hi peeps,
I made a little script that calls photo's from my MySQL db, then passes them from a PHP array to JS.
The problem I'm having is although it works if run directly, when i add it to my mainpage, it doesn't work...
Anyone got any ideas?
Here's my code..
<?
include_once
$arraycount=0...
Hi guys I'm trying to use PEAR HTTP:Request, which requires Socket.php, URL.php and some other bits and pieces.
The problem I'm having is when I run my code I get the following error:
Warning: fread(): SSL: fatal protocol error in /files/home3/munchexpress/Includes/Net/Socket.php on line 262...
Hi guys,
heres my problem:
I have a shop system that must (for needs of payment) insert a seperate row in my orders table for each product and the quantity of that particular product ordered. however a cart can contain different items with differing quantities.
So I have an order table that...
hey guys is it valid to use a variable name in a for statement like so:
for ($i=0;$i<=$counter;i++)
{
echo yeehaa;
}
I'm getting Parse error: parse error, unexpected T_INC, expecting ')'
I would like a category listbox which is populated from my db, when I select a category I would like my subcategory lisbox to be dynamically populated from my db based upon which category was chosen.
I then would like my subsubcategory listbox to be dynamically populated from my db based upon...
Hey guys, I'm having trouble passing a php array into a javascript array.
I am trying to use implode to pass the php array, but its not working properly.
var ads=new adArray("<?=implode(",", $array); ?>");
Can anyone see where I'm going wrong?
Here is my code:
<?
include...
Hi there I have a moving javascript background, that I would like to be a background for just a table, rather than my entire background.
I can choose to give it absolute co-ordinates, but this then messes up with different resoutions, also if I do it like this my other javascripts do not...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.