array_diff weirdness
I'm using the following bit of code
$diff = array_diff($pids, $pidlist);
$diff = array_va
Preloading images
Posting this question here because I am not sure where this should belong.I am building an asp.net a
Is STL important?
I'm just starting programming and I've made it until the Standart Template Library. But the chapter
"SEO" URLs
Hey, I'm wondering how to go about creating and using these types of URLs. I'm presuming it's PHP th
Creating an invoice
Using fpdf I am trying to create an invoice to send to clients. The products are sold in pricing tie
getting weird error..
okay, I'm getting an error on this particular function, something about the syntax in the mysql LIMI
Adding post count
How would I make it so everytime someone clicks submit on my form, their row in the database for the
While Problem
i am having a problem with a while statement here is the code
Code: [Select]<?php
sess
Interpret Order
Hello all,
I'm wondering if I have this:
Code: $switch = array(
'one' =>
Can I call a class inside a function?
I have a class written in another file that handles my image resizing.
Can I do this (php say