void* and sizeof()
Hi,
Using void* and sizeof is it possible to get the value of the object ?
I understan
Standard DES encryption script?
Can anybody point me to a tutorial or a short script that shows how to encrypt some text with salt i
Checking if multidimensional array is empty?
I have a for with multiple test input fields. Specifically the user submits multiple names and ages
insert PHP code into function
Hi,
I'm having problems when trying following:
I have:
Code: [Select]createBar("Do
Need to write a cookie with a url var
Not sure if its possible, but I need to write a cookie with a url.
So this would write 2232 a
foreach and array need help combining
Hi guys.
Here's the code
Code: array(
'tag' => 'code',<
Best PHP Documentation generator
Hello guys!
I would like to hear from you what is the best PHP documentation generator. Perso
how make 2 column in table with data tybe long row
hi every one
I want make in my table 2 column with data tybe long raw
how thi
Is STL important?
I'm just starting programming and I've made it until the Standart Template Library. But the chapter
empty() error
Why does
Code: empty($USER_ID = $_SESSION["USER_ID"])
create this error...