Hi, I am trying to display a list of Thumbnails from a blob field of ... $sSql = "select * from portfolio where city_id = '$nCityId' and category_id =...
On Thu, 2 Jan 2003, Rajesh Fowkar wrote: Rajesh, ... Passing the entire image as a get variable will mess up the things due to the URL encoding plus remember...
... Thanks Dr. I did that too. In fact that was the first thing I tried. But it did not display any image. Hence tried the above stuff. ps.: I am subscribed to...
... If the get variable are creating problems even with the ID then check if the the variable is getting set inside the ShowThumbnail.php put something like ...
Hi, I am starting with an online training web site project and I have decided to use php and mysql for that. The development environment will be WinNT...
... The problem is solved after putting the header function at the top of ShowThumbnail.php. Earlier I had put it just before the echo command which was...
... Does the same passwd work on anything other than PHPlib? Tarique -- =================================================================== PHP Applications...
I usually avoid using PHP as a CGI, and I tend to use the PHP executable directly only when I write PHP command line scripts. I avoid using PHP-CGI in a...
Hi, There seems to be some problem with passwords. If I am assigning password to any login, it is not allowing me to log in, even through mysql -u option. The...
I tend to agree with Tarique, your technique is very naive. I was scared out of my wits when I saw your code. Let me draw your attention to a few defects in...
Tarique, I do want to point out that HTTP encoding in itself will not mess the code so as to make it inoperable. You will definitely see a different visual...
... That is not the final code :-) I was just trying some stuff. You seem to have missed my followups to this thread. In fact I was trying passing the id of...
Rajesh Fowkar
rajesh-shriram@...
Jan 7, 2003 2:56 pm
599
Hi, Glad to know you are using reference ids. BTW, have you tried convincng your client to not use blobs? Here are what I think are some good grounds for...
... Hi Srini, Just go through the thread on this same topic on php-db list. The thread was today itself. The subject line reads 'blob'. Interesting thread. ...
Rajesh Fowkar
rajesh-shriram@...
Jan 9, 2003 7:39 am
601
Hi Rajesh, Well, the only argument I could find there was that MySQL could be used as a convenient data store for uploaded files instead of tinkering around...
Hello All, we are on a look out for PHP progarmmers, mail to "mail.penguindia.com". Thank you, Anand --...
Anand.H
anand_123@...
Jan 9, 2003 9:09 am
603
... Hi, Ummm....Errr.....when I mail to mail.penguindia.com, the mail seems to bounce ......Am I doing something wrong here ? :D I was thinking there was...
... Say there is a site that allows people to upload their portfolios after registering. They are allowed to upload the picture too. In that case to avoid...
Hello, The email id is fine , There is no problem with it , plz do check again , the MAIL DOMAIN is PENGUINDIA.COM(MAIL@...) Bye On Thu, 09 Jan 2003...
Anand.H.Reddy
anand_123@...
Jan 9, 2003 12:55 pm
606
Yup, not just file name conflicts, but also tricky filenames.... like a&b.jpg is a valid windows file can but can throw any *nix for a spin. I typically store...
What settings must I do to install Apache server on Windows 98? Also,can anyone please inform me the procedure in detail for installing php and Postgres ...
Allan
allan1273@...
Jan 11, 2003 3:02 am
608
... PostgresSQL is reportedly a little unstable on Windows. You may want to look either using Linux or a dbms with a more mature Windows port like Firebird. ...
Try searching for "Uniform server" in source forge. If these is a Postgre module available, You may get a "one" click installation/configuration. I use uniform...
Hi, I am trying to align the three values in the select combo box but it is not working. The code is below : for($nRow=0; $nRow < $nNumRows; $nRow++) { $aAns =...
I have developed a small DBMS (Postgres) application using PHP along with HTML as the front-end (in Linux environment). Is there any way that I can distribute ...
Allan
allan1273@...
Jan 14, 2003 1:25 am
613
dear allan, Allan wrote on Mon, Jan 13, 2003 at 07:17:58AM -0800: ,---- ... `---- The essence of Free Software(/Open Source) is to share the nice piece of...
Suraj Kumar
suraj@...
Jan 14, 2003 3:51 am
614
The only way I can think of is you can host the application yourself and just have the user accessing the interface. OR you could try to find out if there ar...
... Though I ethically dont support this you can take a look at the PHP encoders available in the market Understandably they are commercial apps and cost money...