Re: [PHP] help plssssss.!!!

2004-12-03 Thread ankur_os
I think u have to go for http://www.w3schools.com Thnx for joining the group Ankur Dave Quoting Tomar Rajeev (ext) [EMAIL PROTECTED]: Hello All, I am a new member of this group and in the world of PHP;-) In my company, around 12 web pages are there. So, I want to make a web

Re: [PHP] Text Parser

2004-12-02 Thread ankur_os
Suppose this is your first string $value house , ball , door , roof , floor $saparate = explode(,,$value); $list = implode(',', $arr1); $final = ('$arr2'); echo $final; Thnx... Quoting Pablo D Marotta [EMAIL PROTECTED]: Hi there.. A newbie issue: I´m receiving this: house , ball , door ,

[PHP] Regular Expression

2004-11-24 Thread ankur_os
Hi, This is quite simpal problem that i want to made regular expression which can read this kind of structure... a,b,c not like this 1. ,a,a,a 2. a,,,aa,, 3. a,a,a,,, means simpal structure with comma (a,b,c...) Thnx Ankur -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] $_POST['xxx'] = blabla ?

2004-11-22 Thread ankur_os
Dear u r correct, Both r same... but in first case ur variable with a constant string value And in second case u r checking that your variable is set or not but one limitation with the function is that.. isset() only works with variables as passing anything else will result in a parse error.

RE: [PHP] Permissions

2004-11-19 Thread ankur_os
Sorry, I do not know the exect anaswer but i have one rough idea that in PHP we have one function by which we can run the linux command like fun_name(command) Actually i used this function long before so i forgot we can use chmod 777 to our file or any command to change the permissionand by

[PHP] Dynamic Combo Box

2004-11-15 Thread ankur_os
Dear All, I want to create 3 dynamic combo box. When i select the first combo(select) box then automatically the related details [from database] will come in the second select box.and simultenously for second to third. Please help me.(give me some help through code) I have to complete the

Re: [PHP] Why cookie is created?

2004-11-09 Thread ankur_os
I just want to give you a simple example that for diff. of session and cookie is that--- When in our gmail account we will see that one option is there to save the password for 2 weeks, so that eans when u check that bbox and submit then one cookie is created for that comp. with your details nand

Re: [PHP] Pb'lm of Regular Expression

2004-11-09 Thread ankur_os
thnx for your support every thing is working well but still one problem, that height and width are not coming so how i modify the first regular exp. so it shows both height and width. /img\s+.*?src=(.*?).*?/s Thnx... Ankur Dave

[PHP] Pb'lm of Regular Expression

2004-11-07 Thread ankur_os
Hi to all My problem is that i want to create one regular expression which can fatch this image tag from my site img src=\https://abc.com/first.php? site_id=abcaid=keyinlid=keyinref=q=\ width=\1\ height=\1\; ?php $value = print_links(http://www.mysite.com;); function print_links($url) {

Re: [PHP] Authentification related to browser window

2004-11-02 Thread ankur_os
See from my point of view, You made one file as first.php as alogin page and then in second.php check that the user is authorised or not. and set the value as $_session['user'] And one more file as check.php in which you check that session is set or not. like (isset($_SESSION['user]) if it not

Re: [PHP] VOTE TODAY

2004-11-02 Thread ankur_os
Hi to all I am from Great INDIA for indian politics it is very much nacessary the US election... so which ever person is select but he sholud be very loyal to all Ankur Dave INDIA -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php