getting most records by count
Code: [Select]<?php
$connect = mysql_connect("localhost","dam
Filtering for a phrase using pregmatch
Here is my code which looks for addresses which start with ' src=" '
Code: [Select]preg_
login and redirect
hello! can someone help me.. can you give me an idea.. I want to make a login page and redirects it
SQl num_rows problem
when i try to count rows from an SQL select i get an warning
Code: [Select]$countviews = mysq
extending tidy
I have problem with type-hinting and extending tidy. This code creates error:
Code: class cMyTidy
Load Animated Image while cache is serve
I have a page that loads up using cache and took about 1 to 2 minutes before it loads to the page. <
Random Number Generation And Probability
Hello, I am working on a function which has to insert data into a SQL table.
we have to suppl
Sort a two dimensional array.
Hi. I've set up a two dimensional array that reads as follows:
Code: $modifiedData = array(
PHP webpage & array print issue
I have this code running, and it works perfectly … however, see my bottom bit about what I see
Creating a custom API
I'm creating a site, and I need to create a basic API. Unfortunately I have no idea where to start.