Re: [PHP-DB] Require VB Usergroup

2005-01-15 Thread Rinku
Thanks for your co-operation !!! But I need user group for VB 6.0 for client based programme and not for VB.NET. Regards, Rinku Joseph Crawford <[EMAIL PROTECTED]> wrote: you could try the Vermont .NET user group, there are several VB guru's there i thin

[PHP-DB] Require VB Usergroup

2005-01-14 Thread Rinku
Dear all, Can any of you suggest me any usergroup For VB just same as this usergroup ? I know this is very different question from this group, but I had tried a lot to search for that. So all of your's comments and views will be highly apreciated ... Regards,

Re: [PHP-DB] Validate value

2004-07-13 Thread Rinku
Thank you, Very much !!! It worked fine. Regards, Rinku "Jensen, Kimberlee" <[EMAIL PROTECTED]> wrote: 1. You have to allow for a space in your pattern - you can do so by hitting the space bar or using \s. Here are some options $pattern="/^[a-zA-Z ]+$/"; if(

Re: [PHP-DB] Re: Validate Value

2004-07-11 Thread Rinku
I have used this code. $pattern="/^\s+[a-zA-Z]+$/"; if(preg_match($pattern,$_POST['name'])) { Statements; } But here still system not supporting for space. Rinku Tim Van Wassenhove <[EMAIL PROTECTED]> wrote: In article

Re: [PHP-DB] Re: Validate Value

2004-07-11 Thread Rinku
Can you pls tell me how to add space in name ? Regards, Rinku Tim Van Wassenhove <[EMAIL PROTECTED]> wrote: In article <[EMAIL PROTECTED]>, Rinku wrote: > --0-775821546-1089528419=:27331 > Content-Type: text/plain; charset=us-ascii > > Pls guide on following. > 1) I

[PHP-DB] Validate Value

2004-07-10 Thread Rinku
Pls guide on following. 1) I want to validate name for a alphabetic value, But if I give space between 2 words then its not supporting.. As example: Name = "PHP Guide" Then the system says name must be in alphabetic value. Pls find the codd No 1 for more Details : 2)I want to validate a phone n

[PHP-DB] Validation Form require.

2004-07-03 Thread Rinku
Dear All, Can any of you send me one of your validated form for "Numeric value checking" & "Alphabetic Value Checking" I have done it but still not succeed. Your answer wd be highly appriciated. Regards, Rinku __ Do Y

[PHP-DB] How to take Backup ?

2004-07-01 Thread Rinku
I want to take backup for Mysql database. Can any of you tell me how to take Backup and how to Restore it ? Rinku __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [PHP-DB] Call to undefined function mysql_connect()

2004-06-29 Thread Rinku
if ($text != "") You had used this. Pls use this so that you can access the value for the variable if($_POST['text']!="") I hope this will help you. Leandro de Oliveira <[EMAIL PROTECTED]> wrote: I donĀ“t know how to see if mysq is enabled but i tested this, it is like i have no php file: fo

Re: [PHP-DB] How to define array variable while accessing it ???

2004-06-29 Thread Rinku
is 0,1,2,3) So what to do to access it ? I cant access the value even by $_POST['$delete[$i]'] Can any of you suggest me the sollution ? Rinku --- Torsten Roehr <[EMAIL PROTECTED]> wrote: > "Matt M." <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED]

[PHP-DB] How to define array variable while accessing it ???

2004-06-28 Thread Rinku
While we want to access any variable value we can write Print $_POST['VariableName'] But it we want to access value for an array variable then what we should write ? Like for $chk_arr[$i] How to access this value in some particular function ? Pls read the code if you are not able to get my poi

Re: [PHP-DB] Call to undefined function mysql_connect()

2004-06-28 Thread Rinku
And If you need any documentation for Apache, PHP, Mysql and PhpMyAdmin Installation on WinXP or for WinNt then pls do write me I'll send it to you. Rinku --- "Larry E. Ullman" <[EMAIL PROTECTED]> wrote: > > But i received "Call to undefined function > mys

Re: [PHP-DB] Auto increament

2004-06-28 Thread Rinku
Thank you. It worked. Rinku --- Jonathan Haddad <[EMAIL PROTECTED]> wrote: > I believe the data type needs to be int - unless > mysql interprets > auto_increment as a int automatically. > > Here's an example from mysql.com > > > CREATE TABLE animals ( &g

[PHP-DB] Auto increament

2004-06-27 Thread Rinku
Can any of you guide me how to do auto increament in a field? I think there is one datatype for auto increament. But I dont know how to do it ? Rinku - Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers!

[PHP-DB] Validate Value

2004-06-26 Thread Rinku
I am trying to check the variable for validation. I have written this code, but still I am not getting expected output. Can any of you suggest me what is missing in this ? Expected Output 1)If the variable is set and value is not alphabatic then system should say "Alphabatic value require"

[PHP-DB] Javascript help require

2004-06-26 Thread Rinku
tbox named "Phone_no". Pls answer if you can. I have tried but not 100% succeed. Regards Rinku __ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Outlook Express

2004-06-26 Thread Rinku
Hi , I know this is not PHP DB question, But if you answer for this then I wd be thankful to you. The question is "How to configure Outlook Express for yahoo ID ?" Regards, Rinku __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the

[PHP-DB] require function detail with example

2004-06-26 Thread Rinku
1)I need to check a variable weather it is numeric or character. Could any of you answer for the query ? 2)I want to set the focus of one particular textbox. So could you pls answer how to setfocus ? __ Do you Yahoo!? Yahoo! Mail - 50x more storage

Re: [PHP-DB] SSL with MySQL 4.0

2004-06-25 Thread Rinku
I dont know much abt SSL . But pls check the URL, I hope it wd be useful to you. http://support.microsoft.com/?kbid=314864 Edgar Hassler <[EMAIL PROTECTED]> wrote: Does PHP support SSL connections to MySQL? If no, does anyone have an idea how to make an SSL conncetion to MySQL using PHP? Thanks,

Re: [PHP-DB] value error in PHP form

2004-06-24 Thread Rinku
Thanks Zak, Its really amazing. It worked Properly. Thanks once again. Rinku Zachary Krakov <[EMAIL PROTECTED]> wrote: Hi Rinku, The statement syntax that I believe will work you is the following: If (($VARIABLE1 !== '') && ($VARIABLE2 !== '')) { pri

Re: [PHP-DB] value error in PHP form

2004-06-24 Thread Rinku
Hi Zak, Thanks for your suggestion. It really worked. Now pls answer for the query described below : I had written the code : if(isset($_POST['Variable1'])&&isset($_POST['Variable2'])) { Print "Rinku"; } Here, even if variables are not set then even I

[PHP-DB] Value Error in execution

2004-06-23 Thread Rinku
u suggest me the sollution for the query ? Thanks, Rinku - Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage!

Re: [PHP-DB] value error in PHP form

2004-06-20 Thread Rinku
Thank you very much Kim, Its really very much useful to me. I was trying to fing the sollution from a long time. At last you had answered me. Thanks Once Again. Regards, Rinku Kim Steinhaug <[EMAIL PROTECTED]> wrote: Or $_GET["action"]; $_GET["Name"]; Do yourself a H

Re: [PHP-DB] value error in PHP form

2004-06-20 Thread Rinku
Actually I want to use the function like if($action="Login") { Statements; } But here I am not getting any value in $action even I click on it. When I was using Linux at that time I had not this kind of problem. Rinku Marvin Hechanova <[EMAIL PROTECTED]> wrote: You have to assig

[PHP-DB] value error in PHP form

2004-06-20 Thread Rinku
Dear All, I have installed PHP on WinXp. I am using MySql as Backend on Apache server. Now the problem is.. I am writing this code : Here I should get output as LoginRinku But I am getting nothing. Can any of you guide me on this? Regards, Rinku