Re: [PHP] Get the current file name

2003-07-25 Thread manoj nahar
u can try $filename=$_SERVER[SCRIPT_NAME]; Manoj Shaun wrote: Hi, due to a current PHP upgrade i am unable to use the following code to get the filename of the page: $s = getenv('SCRIPT_NAME'); I need to get the filename without any avariables attached. For example if the URL is

Re: [PHP] PHP should know my data!

2003-07-25 Thread manoj nahar
and much needed function debug_and_test_all_my_code(); Jay Blanchard wrote: [snip] Quit horsing around fellas, what if the developers take interest in this thread and decide it's a good idea to release PHP6 with cranial electrodes that will detect what I want to do, and instead of me having to

[PHP] PEAR with php 4.2.3 on Apache 1.3.27 on WinXP

2003-02-13 Thread Manoj Nahar
Hi guys, I have been trying to setup PEAR with php 4.2.3 on Apache 1.3.27 on WinXP. I have followed all the installation instructions religiously and installaion is done properly. I have also tried PEAR webbased installer and working fine. But when i try to use DB it doesn;t seem to like the

[PHP] Reports with PHP Mysql

2003-03-03 Thread Manoj Nahar
Hi there, Any class or libraries for generating, formatting reports with PHP Mysql? Manoj --- Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.459 / Virus Database: 258 - Release Date: 25/02/2003 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Postnuke --- Meta keywords and title different for all the pages...

2002-11-28 Thread Manoj Nahar
Hi there, I would like to know has anybody being able to do this. Each page has its own meta keywords and title. I have searched lot of information about it but no luck. any help or pointer with this would be greatly appreciated. Manoj -- PHP General Mailing List (http://www.php.net/) To

[PHP] Handling Database errors in php

2003-12-05 Thread manoj nahar
Hi guys, Column of table defined as primary key. there is violation and error message from database. 1) First way is to check if the value is already in database and then contuninue with insert (this invloes an extra select for every insert and leaves defined primary key redundant)

Re: [PHP] strange!

2003-12-17 Thread manoj nahar
Change this line if($dowork) { to if($_POST[dowork]) { it should work the. In your php.ini the variable register_gloabal seem to be off. Manoj Nahar Tom Holton wrote: Hello everyone, I looked through the FAQs and documentation and I cannot find this anywhere: We have a new Redhat server

Re: [PHP] connecting remote host ..

2004-06-14 Thread Manoj Nahar
Hi Gowthaman, For mysql to allow remove connecivity u have to make entry in mysql database in tables db, user and host giving the IP of remote PC from which u want to connect and username and password then reload the database and It will all work Manoj On 14 Jun 2004 10:25:48 +0530, gowthaman

[PHP] List mail going to spam in gmail

2004-07-18 Thread Manoj Nahar
Most of the mails from php-general is going is marked as spam. is anyone else experiencing the same? Manoj -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Hire a developer

2004-08-29 Thread Manoj Nahar
great stuff john On Sun, 29 Aug 2004 11:52:16 -0700, Ed Lazor [EMAIL PROTECTED] wrote: -Original Message- joshua wrote: If you wish to have more information on this project, please contact me off-list: joshua$abbott[at]crystalstream[dot]net replacing: $ with .

Re: [PHP] JDBC Driver for MySQL

2004-09-12 Thread Manoj Nahar
see this link http://dev.mysql.com/downloads/connector/j/3.0.html official mysql jdbc driver. PS. Give google a chance. On Sun, 12 Sep 2004 15:52:12 +0200, Daniel Schierbeck [EMAIL PROTECTED] wrote: I'm sorry if this is off-topic, but i figured this was the best place to ask: I've begun