Search found 6 matches
- Sat Aug 19, 2006 10:15 pm
- Forum: PHP - Code
- Topic: Adding a character to string
- Replies: 3
- Views: 249
- 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:
I want it to print this h_ello world
I want to add underscore as second chracter in hello word.
help me plz
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 to add underscore as second chracter in hello word.
help me plz
- Thu Aug 10, 2006 12:31 am
- Forum: PHP - Code
- Topic: Text file, Looping with no duplication
- Replies: 4
- Views: 175
- Wed Aug 09, 2006 2:55 am
- Forum: PHP - Code
- Topic: Text file, Looping with no duplication
- Replies: 4
- Views: 175
- 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....
- 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...