Re: [PHP-DB] Obsession for Oil

2002-10-14 Thread CK Raju
cs while doing serious programming. They are all intertwined in daily life. Once again apologies for posting it here with promise of 'no more' (even as response). CK Raju -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Obsession for Oil

2002-10-14 Thread CK Raju
avoid such reprisals in future. Perhaps this would give it enough courage to live in dignity and to let others live too. CK Raju PS : Sorry to post it here, but unilateral actions such as these have a high say in our career and would definitely make a change in the way we live and think now. -- P

Re: [PHP-DB] passing array to next page

2002-10-06 Thread CK Raju
> i need to pass array using such way. but i dont know how to do that. > can anyone pls help me out for this. > thnx in advance Use HTTP_POST_VARS CK Raju -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Simple search engine gone bad

2002-04-29 Thread CK Raju
> > if($search) > { > $query = "SELECT iname, quantity, user, price FROM > {$config["prefix"]}_shop WHERE iname LIKE '%$searchword%' AND price > 0 Try putting $searchword within single quotes. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.

Re: [PHP-DB] Problem with PHP connectivity with mySQL (RedHat package)

2002-04-01 Thread CK Raju
If that works fine, check out for the php-xxx rpms including the php-mysql- one. CK Raju ** Message from InterScan E-Mail VirusWall NT ** ** No virus found in attached file noname.htm This is a virus free message scanned by Zyberway * End of message

Re: [PHP-DB] Problem with PHP connectivity with mySQL (RedHat package)

2002-03-30 Thread CK Raju
On Saturday 30 March 2002 08:12, Saulo Silva wrote: >Hi everybody > >I can't get PHP to work with mySQL. I'm using PHP as an Apache module >(RedHat) and the error message I get is the following message: Check out all the mysql- rpms and install the correct ones. They would work, if you can l

[PHP-DB] Is it possible ?

2002-02-16 Thread CK Raju
Is it possible to get the AUTO-INCREMENTed ID's value while doing an INSERT and have the value INSERTed to another table in the same FORM ? Raju ** Message from InterScan E-Mail VirusWall NT ** ** No virus found in attached file noname.htm This is a virus free message scanned by Zyb

[PHP-DB] Re: Integrating Windows TTF fonts with GNU/Linux - HOWTO

2002-02-04 Thread CK Raju
) > > Step 7 : > # cat fonts.dir > fonts.scale > > Step 8 : > Restart X server. > > SAY CHEERS and GET GOING !!! > > RE-DEDICATE YOURSELF TO A CAUSE. PROMOTE GNU/LINUX. > > Regards to all, > CK Raju, > Kerala Institute of Local Administration, Thrissur, INDIA -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Pictures+MySQL+PHP

2002-01-25 Thread CK Raju
that I changed my mind. Gurhan Ozen>Storing images in the database is not a good idea , just store the path of Gurhan Ozen>the images in the database and keep your images in your hard disk... Gurhan Ozen> Since everything is on hard-disk, I personally feel, the image can be stored anywhere. B

Re: [PHP-DB] WYSIWYG HTML Editor with PHP

2001-12-08 Thread CK Raju
ld be go with the traditional > Java or ActiveX objects. If you have any solutions or have done anything > similar, we would appreciate any help or code to get us started. If you need a sample project I may be able to help you. This one uses MySQL as backend. But what is CMS. --management Sys

Re: [PHP-DB] Storing JPEG's in MySQL -- Is it possible?

2001-11-27 Thread CK Raju
Please show your script, so that we can answer you better. CK Raju On Tuesday 27 November 2001 16:37, PaulC wrote: > Hi, > > I've wrote a bit of code to upload a file, and store it in a MySQL > "longblob" field. > If I upload a GIF, and store it in MySQL I am able

[PHP-DB] Validation of multiple variables using single include file

2001-11-13 Thread CK Raju
submitted. What would be the syntax ? ie at the end of the form I can just write onClick=validate("parameterA", "parameterB", "parameterC") Thanx in advance. CK Raju -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[PHP-DB] Session variables

2001-08-14 Thread CK Raju
I have compiled php-4.0.6 from source with --enable-track-vars and --enable-trans-sid options (--with-mysql and --with-apxs). I use RH7.1 and mysql-3.23.41. In my /usr/local/test/connect.inc I use the following code This file is invoked in all my script files. (The system works without ses

[PHP-DB] Forms and PHP

2001-04-15 Thread CK Raju
I am using PHP4.0.0 on Mysql3.23.31 on a RH6.2(kernel2.4). I am unsuccessful in attempting to have the FORM work with POST method, while there is a with alongwith other variables that I am accepting directly from text fields. Its something like this $tablefield ?> My problem starts he