CODE NOT WORKING
Code: [Select]<?php
//include shared codes
include '../lib/common.php';
include
Fetching array then reversing it
Hi, I have a simple problem, I'll try to explain it as best I can:
News entries in my database ar
Email Script does not reach destination
Hey Guys look at this code snippet :
Code:
//read a line from the file
$myFile = "
Why use interfaces in PHP (OOP)
I am learning OOP in PHP and its been a pretty good learning experience so far. What I didn't unders
Multithreading design
Hi
I have come up with a Singleton class that manages a pool of database connections. Basical
php slowing my site?
Hi all,
I think that one of the reasons that my site doesn't work fast is that the code is ve
function not returning the correct value
I have a program that needs to return a value from a function. I have an output statement inside the
iterating through an array and escape each value independently.
I have a set up where the variable being escaped is an array and it needs to be iterated and escaped
How to generate a text file using php...?
Hi,
Can anyone give me code to generate a text file using php
Thanks in advance
UDP server recvfrom() always returns -1? :(
Hello all,
I am getting a very strange error in my code :( I am writing a server application in C