pull content
I have an existing page, domain/adverts.php which has a good PR. I've just rebuilt my site and the n
Working with popups and such in a class
I've recently started building my applications completely enclosed in classes. I like the fact that
Working with Global Variables
hi, I'm not really sure why the following code is returning a "Call to a member function getBan
I need help with formatting date from mysql! with php!
Hello guys
*Note: this is a php question not MySQL question, please do not move it to mysql s
Phase Error I can't seem to find :(`
Hey guys, I can seem to find my phase error on this. I am getting this error
[error]
Pars
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<
Comparing MySql data and arrays.
I have a mysql table set up like this:
idsubjectbodyuseriddatetimetags1blog subjectblog body111|2
rdns with php
I am trying to build a script that will show all of the different domains that are hosted on the sam
Help building / using array
First - this is a cross-posting, if this is wrong I apologise! What started out as a MySQL query que
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav