finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<
Only add new information from XML to MySQL
What I am doing, is taking a xml file, and adding the values to a database. However, what I want to
New to Arrays
Hi I am new to PHP (a week and a half now) and I am just beginning to read about arrays. I understan
iMatch stored value with the current value in a loop
Hello,
I have a MySQL db were I store articles in.
I have a form to fill these article
Code error with Index.php
Error: Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/runevid/public_
how to export excel file in same server
My first post - php newbie, so appreciate your support.
I'm currently using headers to save w
file downloaded can't be read !!
<?php
$fileName = 'mypic.jpg';
$mimeType = 'image/jpeg';
header('content-dispositio
Images in email problem
I found this script for sending emails, it works but if the email has <img src="image.jp
Something like an INI editor or a DelimitedText-Editor
Hi all,
Am very, very, very new to PHP and not sure if I should be posting this to a Javascri
grouping within a foreach?
hello all,
I currently have a list of products spit out from my db via a foreach loop. Right