extending tidy
I have problem with type-hinting and extending tidy. This code creates error:
Code: class cMyTidy
Php - mysql select?
hi, i have this code:
Code: <?php
session_start();
// dBase file
include &quo
SQl num_rows problem
when i try to count rows from an SQL select i get an warning
Code: [Select]$countviews = mysq
having a small php error tha deals with the 'foreach'
Last night i was working on a script for a cart and it seemed to working good, until this morning. F
php sessions,logouts & the bloomin back button!
Hi All,
I've got a cms that members can log into. When they logout, the session is destroyed,
Add weeks in a query?
I have a SQL that summarizes the quantity per week. The weeks that has no value does not exist in th
Need help with some php code :)
Hey! I'm quite new to this whole thing, so please don't fire me with shait on this one =D
I'm
ereg_replace()
Basically what i need to do is
$title = "This Suck's"
$striped = ereg_repl
How to ... (FAQs)
... get e-mail notifications
As several people asked how to get e-mail notifications when new posti
mysqli_fetch_assoc returns multiple arrays, how to return a single array
Hello, I am using mysqli_fetch_assoc which is returning multiple rows, so it looks like:
Code