Rand() help needed
Hi all,
Can someone explain and give me a quick example of how I would go about this?
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<
need help modifying script
Hi guys,
I'm fairly new to php and am having a bit of trouble modifying a script.
This
NOOB needs help with upload file
The intent of this form is to create a folder for a client and upload an image into another folder '
Custom array sort? asc then desc
Any ideas how I could sort this array? I've been trying for a while. Maybe with usort, but I have no
Page Reload
I am having issues getting a page to reload after I submit data to a database. This form should inp
Unexpected T_Variable ?
Hi all,
I dont really know what I am doing!! I know I'm doing something wrong, and I know its on
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
what is wrong with this
Code: [Select]<?php
if ($_SERVER['HTTP_REFERER'])
{
All possible combinations of String in PL/SQL
Hi All,
Could you please explain the logic of getting all possible combinations of String
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