[PHP] i need help

2004-05-17 Thread Student
Hi i was hoping if someone can help; I want to trim the following text [i:abcdef] but the inside text is different at time eg abcdef, bcdefg, etc etc how can i trim [i:(some text here)] so that i can replace them with nothing. eg these are to be trimmed. [i:abcdef] [i:bcdefg] [i:xyzab]

[PHP] Search Script????

2004-01-20 Thread Student
I have my web site with file extensions .php .php3 .html .htm .shtml Now i (am looking for a script or) would like to write a php script so that users can search my web site for information Can anyone help me get started. I want to include a search in my web site.. -- PHP General Mailing

[PHP] PHP help files in pdf

2004-01-06 Thread Student
Does anyone have the pdf format of the php help files with proper page numbering -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Has anyone installed AWF 1.10?? I need some help

2003-12-29 Thread Student
Has anyone installed AWF 1.10?? I need some help... -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Cell Colour Change!!! HELP

2003-11-07 Thread student
I have a cell in my view.php which shows up in all my pages of my site. This is wha tI need to do: If the user is on the home page(index.php) then the cell colour should be blue. If the user is on the compose page(compose.php) then the cell colour should be green If the user in on the

Re: [PHP] Cell Colour Change!!! HELP

2003-11-07 Thread student
Hi I had somthing like the following in my code which almost works but code use debugging! tr bgcolor= ? IF(?page!=home) { print(#006633) ; } elseif (?page!=compose) { print(#009966) ; } elseif (?page!=Registration) {print(#CC0033) ;} tdtd/ tr/ But what

[PHP] XML SAX DOM together?!

2002-09-30 Thread Assistant to Foreign Student Advisor
Hi, I am puzzled by a question about XML's SAX and DOM engines compatibility. Is it possible to have both installed, and use them interchangeably, depending on the function calls. Or you you have to choose only one. And if so, can WDDX library operate with DOM XML or only SAX. Thank you for

[PHP] convert GIF to JPEG with PHP

2001-02-27 Thread Student Center
if i have a GIF file, how can i convert this to a JPG file through php? p.s.: ill do anything as long as i dont have to recompile php/apache - noah -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[PHP] run safe_mysqld from php code *urgent*

2001-02-15 Thread Student Center
hey guys, in order to restart my mysql server i'd like to run safe_mysqld from my php file. i have this: `./usr/local/mysql/bin/safe_mysqld` however when we check the list of processes, safe_mysqld isnt there. what am i doing wrong? btw, we've tried taking out the period (.) and running