Hi, You try using the XSL extension functions in PHP. The XSL extension uses the libxslt. For using this you need to have the XSL funxction enabled(available) ...
Hi, Has any one worked on error redirecting page for IIS "subsites". In apache, we use .htaccess to declare error pages, 404, etc. Can we do it for IIS...
Krishna Srikanth
krishna.srikanth@...
Feb 2, 2007 6:35 am
3012
Hi friends, Intended page contains list of links in tabular form with other scripts (javascript).Each link carries query sring incorporating id of description...
Hi, If i understand correctly you can use snoopy for this http://sourceforge.net/projects/snoopy/ . Also you can search for class httpclient on phpclasses.org ...
Hi Abhishek, Thank you for response to my query. Yeah, I am using snoopy program to fetch web page content.And yes, I am able to fetch HTML of the page.Till...
hi, i would suggest you parse the html page with regex and then insert that link into database. i will reply just in a while with the regex expression. ...
Hi All , I am very much new to php. I am stuck with problem. I want to download the *.php file from the differnt ftp server and after modifying i need to put...
Hi, I have upgraded php4 to php5 on linux machine. When started running application, I am not able to login to the application because I am getting folloing...
Hi Milind, There are two solutions for this 1. In php.ini file you check what is the default file path set, and check whether that folder exists, if not create...
hi! all, An idea stuck me yesterday while chating at #linux-india about having a php conference in India. Since this list is dedicated to php I thought of...
php conference in india, seems like a good idea if i can contribute to it , mine pleasure, lets hope it materialising this year. Abhishek jain ... From:...
sounds like a great idea to me. I mean if we are serious, we'd need some donations or maybe sponsorships to get in the funds required. we need a team structure...
Hi, We have thought about this idea a few times earlier. It would really be great to have an Indian PHP conference! There are enough people around who can...
Yes a PHP Conference will be a very Good Idea! We can all contribute and even call some speaker or even someone from us can give some Valuable PHP related...
... Nirav, excellent question. I was waiting for this question. We have three options here 1) We have small but independent conference 2) We piggy back with...
Hello, can any body help me to install zend platform in my local machine? i am getting problem in installing zend platform. i have downloaded zend platform...
Hi, Is there any possibility to create dynamic subdomians using PHP (or) some other way to accomplish the below requirement: Consider a website having the url:...
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 ...