Hi. I'm a member of 'Hyderabad' and I welcome you to join this group as well. Please see the link and message below. Hyderabad Drupal Users of hyderabad ...
Dear all, Recently we have upgraded our php version to 5.X. Problem is $HTTP_POST_VARS worked in the earlier version but not working in this new version. How...
... Since you have done absolutely nothing to find a solution yourself and have spammed several lists with the same question - I don't think any replies are...
Indian PHP User GroupFrom what I can make out from the 2 mails below, I do not know why the post by Mr. Hari is spam. I do not know think I myself would have...
If you search Google for this problem you will get the solution for this in 9 of the top ten results. We expect everyone to do basic searches before firing a...
Hello Friends I am in the process of teaching the basics of PHP to somebody through the internet. the web is full of documentation etc, but do you know of any...
Hi, did any one work on sql server and php? There happens text truncation while retrieving the results. class db { ........ function execute($sql) { ...
Krishna Srikanth
krishna.srikanth@...
Mar 29, 2007 12:39 pm
3036
... I would like to know about the same as well if you find one... I think it would be a worthwhile exercise to create PHP courseware using something like...
Hi folks, I found an alternative solution for my problem of text truncation. I have configured MSSQL database as ODBC in IIS and accessed the column using odbc...
Krishna Srikanth
krishna.srikanth@...
Mar 29, 2007 1:42 pm
3038
HI I am looking for a searchengine to be integrated to my website. I want to limit search to my website only. Can any1 help me to get a search engine. Rgrds ...
Hi , Try for searchin Lucene.net port for PHP. Also following site can also help: http://www.phpriot.com/d/articles/php/search/zend-search-lucene/index.html ...
... PHP Search Engine Showdown http://www.onlamp.com/lpt/a/6466 Comparison of several search engines - one of them will suit your needs HTH Tarique -- ...
Hi Thank you very much for the help I got it what I wanted. Thanx once again. Rgrds _____ From: in-phpug@yahoogroups.com [mailto:in-phpug@yahoogroups.com] On...
Hai all, I have to read a .DOC file and display it in a browser. While i am doing this one, some alpha neumaric codes are displaying. I have set header MIME ...
Hi to all Experts, I am doing a matrimonial site in that I have to provide an option for horoscope matcher. I think anybody from India can understand this I...
Dear List, I am glad to share with you of a new light weight php editor for linux (gnome). http://www.gphpedit.org/download/. I dont work for gphpedit :-). May...
Hi, Does php engine compiles, builds and executes all the included files and scripts every time it is executed? If so, doesn't it become burden on both server...
Krishna Srikanth
krishna.srikanth@...
Apr 16, 2007 7:21 am
3048
Hi all I want to copy the Customer table rows ( above 25 tables) from one Database to other database if they satisfy certain condition using PHP. I am using...
Hello Seniors, I am not new to programming but new to Server Administration for Linux . I have purchased a Hardware for Server and now want to Install my site...
Mine opinion , might be not that good but worth a thought: Linux : RHEL , however it is not free so i would suggest Centos 4.4 http://centos.org/ To install...
hi.. you can make a insert statement like given below and run it accordingly to your matching criteria. insert into db2.table (fields) select db1.table fields....
Hi, I found this PPT that talks about PHP5. Thought that this would be useful for people like newbies who are thinking ... " .... why should i go for php5 and...
Krishna Srikanth
krishna.srikanth@...
Apr 19, 2007 1:22 pm
3053
Great Stuff! Thanks On 19 Apr 2007 06:22:19 -0700, Krishna Srikanth <krishna.srikanth@...> ... -- Thanks Anurag Bhatia , www.anuragbhatia.org ...
dear list, do you know of the fastest way to print from a webpage using php or a combination of php and others ? the problem is the print very fast from client...
dear list, 1. i have index.html page with "add item" button. 2. i use an iframe to load the item detail table within this index.html <body>. 3. in the...
HI, I think you can try this way i have used this.. make a hidden text box in iframe page and asskign this value in that text field. now in parent page you can...