Hello Shiva, Use this chmod('filename', 0777); Explanation:- do u know about sticky bit, suid, sgid...  the first bit i.e. '0' is for these permissions...
Hi All, I am a newbie to this and recently started learning PHP. I am currently using PDT as my ide to learn PHP programming. So far so good. I want to...
I am thinking to store temp data into sessions instead of cookies since it is more secure. Since I am creating sessions first time, I have some doubts before ...
Hello Friends, My company has an immediate opening for Senior PHP Developer @ Surat If you or someone to your knowledge is looking forward to work in a good...
... side? ... How many number of variables I can store in a PHP session on server side? infinity, only limited by your harddisk, and your bit usage of your...
Hello, I have a bunch of images that I am displaying on a web page and their path info is stored in a MySQL database. I'm using PHP and MySQL 5 (if that...
hey, what about storing the display order in a field with "," saprated value. no need to create new table also for the same. eg. say first time you have...
You could use one of the JS libraries like Scriptaculous or jQuery to help with the drag n drop ui. ...
1253
Udayakumar Sarangapani
udayakumar.sarangapan...
Dec 9, 2008 5:17 am
hi geetanuj if you dont want to use anything like scriptaclous/jquery then try the up and down arrow for moving the rows in the table by adding a column and...
You could use YUI too. Check this out http://developer.yahoo.com/yui/ Ravi Kiran ... From: "Vinu Thomas" <vinuthomas@...> To: bang-phpug@yahoogroups.com ...
Fake, friendly URL internally points to a real URL. This is a web server technique, primarily on Apache. Nowadays IIS rewrite modules are also available. Read...
Hi, We have multiple requirement for php programmers. All our work is done in symfony framework. Freshers are also welcome to apply given they have some prior...
Dear All, Greetings! We have requirement to import the excel file data to MySql. Can you help us with this? NOTE: We don't want to import csv file. Thanks in...
Hello, It seems odd to ask a question on while loop but the problem itself is equally odd. $a="<html><head></head><body><a href=";//a string $l=strlen($a); ...
Is this full time job ? because am a student an am in last year. I wil be free from Jan. I would like to get involved in live projects. Is there any place for...
1264
Udayakumar Sarangapani
udayakumar.sarangapan...
Dec 29, 2008 7:34 am
Hi Srikanth, When i debugged and ran your code, i got 0 as the output. I don't know the reason. why don't you change the logic as follows? <?php ...
Hi thisistrinath, Their is a error in while loop. Please check it out. It will be executed only once. The reason while($a[$i] !="<" && $a[$i+1]!="a" &&...
There is nothing odd, Just notice where the first "a" is then everything becomes clear and logical. As per the condition used it fails for $a[$i+1]!="a" at...
Hello friends, Thank you for replying me, I was trying to build a URL extractor. But since I couldn't get the while loop right I moved to for and if loop...
Is there any way to find aol ip address with PHP. Is this works? <?php $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); if (preg_match ("/aol/i",...
Hi thisistrinath, Otherwise use like this and check it out.. <?php $a="<html><head></head><body><a href=";//a string $l=strlen($a) ; $i=0; while($i<$l){ ...
We have an Excellent opening for PHP MYSQL Programmer No of Openings:- 2 Location: Navi Mumbai, Vashi. The candidate will be able to: Develop web applications...
Thanks vinu for the ips, code working when i used the aol client ips, but its not working with AOL Proxy IP. Can you guide me how to block all proxies? syam ...
Hi Syam, Unfortunately AOL's proxy addresses don't come up with a reverse lookup so it's not possible to detect that with the code you have. Check the...