Search found 6 matches

by babaloui
Sat Aug 19, 2006 10:15 pm
Forum: PHP - Code
Topic: Adding a character to string
Replies: 3
Views: 249

well thanx Jenk, it woks fine. I'm new to PHP :)
by babaloui
Sat Aug 19, 2006 10:07 pm
Forum: PHP - Code
Topic: Adding a character to string
Replies: 3
Views: 249

Adding a character to string

hi,
I know how to add string to string, but I dont know how to add a chracter to string like this:

Code: Select all

$text="hello world"
I want it to print this h_ello world

I want to add underscore as second chracter in hello word.

help me plz
by babaloui
Thu Aug 10, 2006 12:31 am
Forum: PHP - Code
Topic: Text file, Looping with no duplication
Replies: 4
Views: 175

Thanx Ole, I will try it and comming back to u with my feedback :)
by babaloui
Wed Aug 09, 2006 2:55 am
Forum: PHP - Code
Topic: Text file, Looping with no duplication
Replies: 4
Views: 175

hello Ole, thanx for your useful comments. regarding my script problem fixed. kindey is Unkown george is Unkown fed is Unkown Kindey, George and Fed there are not in the DataBase so the script has ti write infront of their name "Uknown" my script idea is looping inside the text file and do...
by babaloui
Tue Aug 08, 2006 2:45 pm
Forum: PHP - Code
Topic: Text file, Looping with no duplication
Replies: 4
Views: 175

Text file, Looping with no duplication

hi, I did a php script to read from text file names.txt and to do loop inside it with mysql querying to output file sex.txt which contains the names with the sex infront of it. but i had duplication inside the output file. can you help me here plz. SQL statment # phpMyAdmin MySQL-Dump # version 2.2....
by babaloui
Wed Feb 11, 2004 5:15 am
Forum: PHP - Code
Topic: LOOP PHP
Replies: 4
Views: 436

LOOP PHP

Hi all, How can I write PHP code that shows (MultiLevel) result from MySQL, I have this PRODUCTS table (MySQL): categorey ................sub-categorey ======================= Shampoo.................PertPlus Shampoo.................SunSilk Soup........................Lux ToothPaste..............Cre...