array ...
hi
Code: function formatCategories($categories, $parentId)
{
// $navCat stores all child
Login Issue's
Code: <?php
$file = fopen('user.txt', 'r');
/* Set login to false initially */
newbie question about multiple queries
hi everyone,
I'm sorry to ask such a basic question, but I'm young and trying to learn php on my
Update Database
Hi All,
I have a problem with this:
Code: [Select]<?php
session_start();
PHP error on MySQL insert
I'm sure it's the simplest of issues, but I can't recall why this isn't working.
Code: [Selec
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
what is wrong with this
Code: [Select]<?php
if ($_SERVER['HTTP_REFERER'])
{
want to add a break after a certain amount of characters
i was wondering how to add a break in a blog post after a certain amount of characters... any idea o
same querie, or a new one??
Hi guys,
I'm still working on this drop down list. I've got the actual drop down list to wor
First root of a number
Hi,
I can't find any function in php to give me the first root of a number.
Is there any
Working with popups and such in a class
I've recently started building my applications completely enclosed in classes. I like the fact that