[PHP-WIN] Re: Need Help with database output

2010-08-30 Thread nagendra prasad
Hi All, Thanks for all your replies. I have found what I needed. I used Dreamweaver to show the database in 3 different columns. However now I don't know how to add a search engine to it. Right now its showing all the records in my database in 3 columns. Now I want to put a search engine code so t

[PHP-WIN] Re: [PHP-DB] RE: [PHP-WIN] Re: Need Help in setting up a server

2010-06-30 Thread 3dgtech
nal Message- From: nagendra prasad [mailto:nagendra802...@gmail.com] Sent: Tuesday, June 29, 2010 1:12 PM To: phpexpe...@yahoogroups.com; PHP DB; php mysql; php-windows@lists.php.net Subject: [PHP-WIN] Re: Need Help in setting up a server Hi all, Thanks everyone. I just tried all of your sugges

[PHP-WIN] Re: [PHP-DB] RE: [PHP-WIN] Re: Need Help in setting up a server

2010-06-30 Thread Chaitanya Yanamadala
Vail Systems Technology > > -Original Message- > From: nagendra prasad [mailto:nagendra802...@gmail.com] > Sent: Tuesday, June 29, 2010 1:12 PM > To: phpexpe...@yahoogroups.com; PHP DB; php mysql; > php-windows@lists.php.net > Subject: [PHP-WIN] Re: Need Help in setting u

RE: [PHP-WIN] Re: Need Help in setting up a server

2010-06-29 Thread Warren Vail
ystems Technology -Original Message- From: nagendra prasad [mailto:nagendra802...@gmail.com] Sent: Tuesday, June 29, 2010 1:12 PM To: phpexpe...@yahoogroups.com; PHP DB; php mysql; php-windows@lists.php.net Subject: [PHP-WIN] Re: Need Help in setting up a server Hi all, Thanks everyone. I just

[PHP-WIN] Re: Need Help in setting up a server

2010-06-29 Thread nagendra prasad
Hi all, Thanks everyone. I just tried all of your suggestions and found that WAMP server is working by using the running WAMP server's system IP. I just typed 192.168.1.4 in the address bar and its working now. So, I came to a conclusion that if I have a static IP then I can access it from out sid

Re: [PHP-WIN] Re: need help building php on windows

2008-03-14 Thread Jason
At 16:00 14/03/2008, you wrote: Jason wrote: > To be honest, I can't actually get either of the mssql variants to > compile properly. Specifically I can compile the MS mssql dll, but can't > link it (unresolved external _in6addr_any in php5ts.dll). > > I have a sneaking suspicion that I'm missing

Re: [PHP-WIN] Re: need help building php on windows

2008-03-14 Thread Elizabeth M Smith
Jason wrote: > To be honest, I can't actually get either of the mssql variants to > compile properly. Specifically I can compile the MS mssql dll, but can't > link it (unresolved external _in6addr_any in php5ts.dll). > > I have a sneaking suspicion that I'm missing some little > "not-widely-docume

Re: [PHP-WIN] Re: need help building php on windows

2008-03-14 Thread Jason
At 14:09 14/03/2008, you wrote: Jason wrote: > Hi all, > > > Here's the compile error I'm getting: > > main\internal_functions.c(69) : error C2065: 'phpext_dblib_ptr' : > undeclared identifier > main\internal_functions.c(69) : error C2099: initializer is not a constant > NMAKE : fatal erro

[PHP-WIN] Re: need help building php on windows

2008-03-14 Thread Elizabeth M Smith
Jason wrote: > Hi all, > > I'm having trouble compiling PHP 5.2.5 using Visual C 6 (SP6). > > I have (to the best of my knowledge) followed the tips/instructions on > the following two pages: > > http://news.php.net/php.windows/28659(the black text, not green) > http://php.mirror.camelne

[PHP-WIN] Re: Need help with PHP -> Mail -> SMTP -> Windows Exchange

2004-07-31 Thread Manuel Lemos
Hello, On 07/31/2004 11:37 AM, Andrew English wrote: I am trying to get my web page ready for uploading when I ran into a snag. The person who supplied me with the php code for the contact page gave me the send mail code. I am wondering if anyone can help me out with converting the code so I can se

[PHP-WIN] Re: Need help using "php.exe"

2004-04-12 Thread speedfreak
Eugen wrote on 11/04/04 16:35: Hi all, When you parse a file using the command "php.exe -f c:\myfile.php > c:\myfile.htm" , what command is required to set a variable. Example: In IE addressbar, when i type(doesn't matter what server i use) : http://localhost/myfile.php?thevariable=anyvariable, t

[PHP-WIN] Re: Need help using "php.exe"

2004-04-11 Thread DvDmanDT
Try to replace the ? with a space.. But I really have no idra.. Make sure you use latest version, cause I think this was changed to work better in latest version.. Although, I would recommend to use the CLI version instead of the CGI.. -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia

[PHP-WIN] Re: need help

2003-09-02 Thread Sek-Mun Wong
1) client pull. use the browser meta-refresh, may not work on some browsers (like PDA's, etc, nearly all desktop browsers should be ok with this method) just tricky with passing back QUERY_STRING, if you had stuff from previous form. http://www.yoursite.com/firstpage.php?action=wrongdata";> wrong

[PHP-WIN] Re: Need Help

2003-08-31 Thread Shadow
You don't need to build it yourselfdownload a zipped copy from www.php.net Use the zipped version, not the windows installer versionI found this way, the installation will be easyhere are the instructions: http://www.php.net/manual/en/install.windows.php -- Shadow www.shadows

[PHP-WIN] Re: Need help with HTTP-Authentication

2002-10-16 Thread David P Lenk
Http authentication is probly not what you would want to use. Especially if you want to program in timeouts, you would be better off using session based login variables. Cookies are even better with an encrypted pasword that has a windows of time that you have to goto other pages to renew. Why

[PHP-WIN] Re: need help with parser ...... ! ! ! !

2002-05-27 Thread toby z
--- cman <[EMAIL PROTECTED]> wrote: > Hi, > > Hope this help you. > I saw this in the install.txt file. thnx a billion . :) . toby . __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -

[PHP-WIN] Re: Need help with frames

2002-05-20 Thread Benjamin Walling
Maybe I read it wrong, but you named your frame 'middlepanel', not 'middle'. You need to set that as your target. Are the users changing this stuff from a form? If so, it's your form tag that needs the target="middelpanel". "Bob Sears" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">new

[PHP-WIN] Re: Need help with Cookies

2001-07-06 Thread Johan
Hi Have you tested it on more than one client/browser? I dunno if it helps, but I've read there's a bug in IIS and cookies (I'm not all that into IIS myself) Look at: http://support.microsoft.com/support/kb/articles/q176/1/13.asp /Johan "Iván Milanez Castellanos" <[EMAIL PROTECTED]> wrote in