RE: [PHP] Calander with highlighting

2002-07-07 Thread Peter
George, it's not quite what I'm looking for but it's very similar to what I am after & would go along way to acheiving what I am after.. > > > Take a look at http://www.bucharest-accommodation.ro/flat_univstudio.php > .That is what you want? > > -- > > > Best regards, > George

RE: [PHP] Buy & Sell

2002-07-07 Thread Peter
you could do some little modifcations to something like phpnuke ( http://phpnuke.org) that could work for you.. it's primarily a news style format where people can post things to .. but you can set it so the administrator has to aprove any posts to the site.. Cheers > -Original Mess

RE: [PHP] PHP/mysql connection problem

2002-07-07 Thread Peter
> Hey all, this is probably more to do with Mysql but I figured i'd > ask here as well. > > The problem: > When connecting to the mysql server on the local machine its > fine, but when you connect to a remote machine > eg $db = mysql_connect("x.x.x.x", "user", "password"); > and reque

[PHP] Re: PHP Script Speed

2002-07-08 Thread Peter
I understand what you're getting at, I'm not sure of the answer though. I know it would stop you using FrontPage or Dreamweaver but if for example you had Index page"; print "Current: $_Current"; print "Percent Change: $_ChangePercent"; print ""; ?> You'd eliminate that problem. "Christopher Cra

[PHP] Re: Difference between executable and Apache server

2002-07-08 Thread Peter
On my system, the PHP executeable looks for the PHP.INI file in the same directory as the executeable, whereas the Apache module uses the one in my C:\WINDOWS directory. Are you using Windows? Due to this, I suppose you can have two different PHP setups if you wanted. "Jay Blanchard" <[EMAIL PROT

[PHP] Re: Difference between executable and Apache server

2002-07-08 Thread Peter
I'm not too familiar with Linux systems. See if there are two copies of your PHP.ini file. One might be in the conf directory and the other in the PHP directory. Make modifications to one and see what effect it has-have a fiddle! "Peter" <[EMAIL PROTECTED]> wrote in mes

Re: [PHP] is their a jobs mailing list?

2002-07-08 Thread Peter
I think a mailing list would be a good idea, but the job's always going to be awarded to the best person, and companies are more likely to go with someone experienced than someone cheap :o( "César aracena" <[EMAIL PROTECTED]> wrote in message 003401c226c0$8dc3a220$2fed0dd1@gateway">news:003401c2

[PHP] help pls..

2002-07-08 Thread Peter
4 that matter) if i wanted to have just the cells with the ids of ph2 & ph3 to be changed? Cheers Peter "the only dumb question is the one that wasn't asked"

RE: [PHP] rh 7.3

2002-07-09 Thread Peter
Yamin, grab ur self a copy of bison and install it see this line.. configure: warning: You will need bison if you want to regenerate the PHP parsers. ) make sure lex is in ur path on your machine.. cheers > -Original Message- > From: Yamin Prabudy [mailto:[EMAIL PROTECTED]

RE: [PHP] T_string error

2002-07-09 Thread Peter
wot's the few lines before it ? just because it says that line doesn't always mean it is that line ... and have found quite often it's the line above it... > -Original Message- > From: admin [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 10 July 2002 1:32 PM > To: PHP List > Subject

[PHP] Re: Generate a file

2002-07-10 Thread Peter
Maybe this will solve your problem This code wil save and excel of word file from an MySql query http://www.pscode.com/xq/ASP/txtCodeId.625/lngWid.8/qx/vb/scripts/ShowCode.h tm Peter - "Phillip S. Baker" <[EMAIL PROTECTED]> schreef i

RE: [PHP] How do I import tables into MySQL from web page ...

2002-07-10 Thread Peter
using dan's test below if u add a '/s' like so $output = system('dir /s c:\books', $return_var); you will get all contents os subdir's as well how ever i suggest working on a format as this tree's out along the page so maybe if u add a '/w' after the '/s'as well that will sort of so

RE: [PHP] need help about this

2002-07-10 Thread Peter
means the table ur trying to create already is there... if u don't want to keep the table do a DROP tablaename in mysql or if not then change the name of the table you are trying to create > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 1

[PHP] php4apache.dll...

2002-07-10 Thread Peter
Howdy can any one remember where to get the apache2 ver of php4apache.dll? Cheers Peter "the only dumb question is the one that wasn't asked"

[PHP] weird....php 4.2.1 with apache2 ver 2.0.39

2002-07-11 Thread Peter
the like to find where it was referencing "c:\php4build\snap\sapi\apache2filter\sapi_apache2.c" but no luck... can't see it any where.. tried a search on google for module installation problems on this .. but no luck... any idea's as to why? Cheers Peter "th

RE: [PHP] HELP!!! Word count

2002-07-11 Thread Peter
if i remember correctly there was something on word counts posted in the last week or or .. maybe even last couple days... have a scroll thru and u will find it :) > -Original Message- > From: Dan McCullough [mailto:[EMAIL PROTECTED]] > Sent: Friday, 12 July 2002 11:08 AM > To: PHP

[PHP] Re: How do I send files with HTTP socket post (PostToHost)

2002-07-13 Thread Peter
can you not open the file in binary mode and then transfer it as you would with ASCII? "Kevin Stone" <[EMAIL PROTECTED]> wrote in message 070301c229d5$42420130$6501a8c0@kevin">news:070301c229d5$42420130$6501a8c0@kevin... > Okay enough answering questions this week, now I have a question to ask.

[PHP] Re: Can this be done with mail()?

2002-07-13 Thread Peter
Yes. I'm sure you could just mail out the table in an email. You'd have to do it as a multipart email (i think that's what it's called) as just mailing out the html code wouldn't show as a table in a mail client. Here's the source of a HTML spam I got this morning - should give you an idea how to

[PHP] Animated GIFs

2002-07-13 Thread Peter
I know GIF support was dropped from the GD library, but can you make animated GIFs in any version of GD? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Variables aren't being passed to php page

2002-07-14 Thread Peter
I totally agree. No offence to all the ppl who have asked, but didn't it say on the download page that there had been "major changes to the way variables are used"?? "John Holmes" <[EMAIL PROTECTED]> wrote in message 000a01c22b3d$e4755790$b402a8c0@mango">news:000a01c22b3d$e4755790$b402a8c0@mango

RE: [PHP] Does not work

2002-07-14 Thread Peter
> -Original Message- > From: Saci [mailto:[EMAIL PROTECTED]] > Sent: Monday, 15 July 2002 12:51 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Does not work > > > To say the minumum yor reply does not help in nothing. > > Who cares about privacy on my own company Intranet

[PHP] mcrypt

2002-07-16 Thread Peter
Howdy all.. does any one know of another place i can download a win32 ver of mcrypt other than http://mcrypt.hellug.gr/ ? as that site crashes my browser when i click any link on the page... Cheers Peter "the only dumb question is the one that wasn't asked"

[PHP] Re: ErrorDocument 404 & Form

2002-07-17 Thread Peter
Can posting to a non existent page give a different error? I know it gives 404 on mine. Probably not much help but it's a thought! "Fabien Penso" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi. > > I got a trouble I don't know if Apache or PHP is in fault.

[PHP] Re: Restart process from code?

2002-07-17 Thread Peter
You need a program to control the ASP process. This is proably some sort of command line tool and you just put whatever you would type in the commandline into the exec() function. (in quotes of course!) "Noah Spitzer-Williams" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL P

Re: [PHP] ErrorDocument 404 & Form

2002-07-18 Thread Peter
If you removed the ErrorDocument 404 /phpinfo.php from the apache conf (or reset it to original value), what happens? Do you get a standard 404 not found error page? "Fabien Penso" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Matt a écrit : > > >> Well i

[PHP] Re: get line from file

2002-07-19 Thread Peter
You can try this. "; // Display each line read from datafile } ?> "Yamin Prabudy" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I got a file line like this > > > This is a line1 > this is a line2 > this is a line3 > this is a line4 > > > > > how can i

RE: [PHP] email

2002-07-21 Thread Peter
> >try doing a echo eg > > > >$mail = mail( $to, $subj, $Message ); > >echo $to; > >echo ""; > >echo $subj; > >echo ""; > >echo $Message; > >echo ""; > >echo $mail; > > > >and see if that is setting the variables...if $mail = 1 then on > php's side mail is sent if it's 0 then u have a

[PHP] Re: php 4.2.1 and MySQL

2002-07-22 Thread Peter
Did you do anything to Apache when you upgraded PHP e.g. change the host name? My MySQL scripts have worked through every upgrage from 4.0.6 to 4.2.1 without needing any modification. "Brian McLaughlin" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > We recent

Re: [PHP] PHP Security Advisory: Vulnerability in PHP versions 4.2.0and 4.2.1

2002-07-22 Thread Peter
The superglobals have been a round for a bit so it's not as if everything's got to be updated overnight. I run PHP on windows and upgrading is just a matter of unzipping the archive to my PHP folder and overwriting all the older files - dead simple. Don't even have to change php.ini if I don't wa

[PHP] Re: PHP Security Advisory: Vulnerability in PHP versions 4.2.0 and 4.2.1

2002-07-22 Thread Peter
Yes. Please post something to php.announce! Nothing ever gets announced in there anymore. "Steve Meyers" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Can you post this to php.announce as well? > > Marko Karppinen wrote: > > > > >PHP Security Advisory: V

[PHP] does this mean ....

2002-07-22 Thread Peter
uot; ) ) { . . . now to my actual question .. does that "r" just mean read? and if so should that "r" be a "w" for write in order for it to work? Cheers Peter "the only dumb question is the one that wasn't asked" -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: does this mean ....

2002-07-22 Thread Peter
le =3D popen( "$useradd_prog $useradd_name", "r" ) ) > > { > > . > > . > > . > > now to my actual question .. > > > > does that "r" just mean read? and if so should that "r" be a "w" for = > > writ

RE: [PHP] Getting current URL

2002-07-22 Thread Peter
> -Original Message- > From: Sailom [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 23 July 2002 12:53 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Getting current URL > > > This might be a silly question. > Just like the subject, how to get the current URL? I want to > make a reload > butto

RE: [PHP] PHP security bug and patch

2002-07-22 Thread Peter
restart apache > -Original Message- > From: Michal Dvoracek [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 23 July 2002 4:34 PM > To: Jason Soza > Cc: [EMAIL PROTECTED] > Subject: [PHP] PHP security bug and patch > > > Hello, > > when applying patch on version 4.2.1 then in phpinfo(); is sti

RE: [PHP] redirecting after login

2002-07-22 Thread Peter
why don't u do something like if (!username) { you can not access this page } else { //page content } ? that's a quick fix but might be all you need to do.. > -Original Message- > From: Tim Thorburn [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 23 July 2002 5:01 PM > To: [EMAIL PROTECT

Re: [PHP] PHP Security Advisory: Vulnerability in PHP versions4.2.0 and 4.2.1

2002-07-23 Thread Peter
Well, I'm not sure about the 'you get what you pay for'. Some paid for software has less support and documentation than PHP! "Justin French" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Greg, > > Your attitude stinks. > > PHP is a FREE scripting language.

[PHP] Re: parsing

2002-07-23 Thread Peter
try echo "$somevar$somevardesc"; which is probably better than the other two but don't quote me on that! You can just include the variables because you have used " rather than ' (I think it works for echo as well as print) "Dave At Sinewaves.Net" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTE

RE: [PHP] Newbie: Reading unix directory information from PHP

2002-07-23 Thread Peter
Hi Paul, this should help you out \n"); print("All Output:\n"); for ($index = 0; $index < count($AllOutput); $index++) { print("$AllOutput[$index] \n"); } print("\n"); print("Return Value: $ReturnValue\n"); ?> should work a treat

RE: [PHP] Newbie: Reading unix directory information from PHP

2002-07-23 Thread Peter
on this you may want to have a look in the manual for exec(), the command I used in my example, or system() they both let you run applications on your server such as 'ls' and the like. > -Original Message- > From: Peter [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 2

RE: [PHP] GD Library for Windows

2002-07-23 Thread Peter
Jadiel, i do that the file ur after and tried sending it to u but ur server rejected it. > -Original Message- > From: Jadiel Flores [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 24 July 2002 9:03 AM > To: [EMAIL PROTECTED] > Subject: [PHP] GD Library for Windows > > > I'm trying to devel

RE: [PHP] secure sockets

2002-07-23 Thread Peter
josh just a query did u try it with https:// rather than ssl:// ? > -Original Message- > From: Josh Levine [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 24 July 2002 9:53 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] secure sockets > > > Thanks for the pointer! I had looked at it, but

[PHP] install to unix... hastles

2002-07-23 Thread Peter
7;t work ... does any one have any ideas for me php ver is 4.2.1 for now... though will upgrade to 4.2.2 soon.. Cheers Peter "the only dumb question is the one that wasn't asked" -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] install to unix... hastles

2002-07-23 Thread Peter
sorry forgot to say that I've tried to locate the unix.h file in other distribs etc but wif no luck > -Original Message- > From: Peter [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 24 July 2002 12:33 PM > To: php_gen > Subject: [PHP] install to unix... hastles > &

RE: [PHP] MySQL Backup and Restore

2002-07-23 Thread Peter
grab ur self a copy of myphpadmin or use mysqldump or just simply make a copy of the data dir or grab ur self a copy of mysql_front > -Original Message- > From: kip [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 24 July 2002 12:58 PM > To: [EMAIL PROTECTED] > Subject: [PHP] MySQL Backup a

[PHP] Installing PHP 4.2.1 troubles on Solaris

2002-07-23 Thread Peter
local/php-4.2.1/Zend' make: *** [all-recursive] Error 1 does any one know where i can get unix.h from?? I've tried to find it but have had no luck.. and got no reply to an earlier post Cheers Peter "the only dumb question is the one that wasn't asked" -- PHP Gener

RE: [PHP] install to unix... hastles

2002-07-23 Thread Peter
> > Hiya, > > > > > > I'm new to installing php onto unix i can get the ./configure > > > command to run > > > with out error (well any that are obvious) > > > but when i do the make it comes up with > > > > > > # make > > > Making all in Zend > > > make[1]: Entering directory `/usr/local/php-4.2

[PHP] install issues on Solaris

2002-07-24 Thread Peter
figure this one out as it's a newer ver of php (4.2.1) ) any help would be apreciated... I can attach soft copies of both the make and the configure screen outputs for any that are interested... Cheers Peter "the only dumb question is the one that wasn't asked" -- PHP

RE: [PHP] mail() function

2002-07-24 Thread Peter
1) read the manual 2) make sure you have sendmail installed 3) make sure sendmail is working 4) look at php.ini it has it all in there you just have to uncomment it and maybe change the location for sendmail > -Original Message- > From: wm [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 25 J

RE: [PHP] install issues on Solaris

2002-07-25 Thread Peter
ok unix.h problem solved but now it's saying can't locate .libs/libZend.a any ideas? ~thinks: sheesh no wonder more and more people just use windose for PHP since it looking like its too bloody hard to install any where else lol~ > -Original Message- > Fro

[PHP] PHP extension names

2002-07-25 Thread Peter
% php -m but that's not the complete list. Can someone help? Thanks, Peter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: two php.ini on windows????

2002-07-25 Thread Peter
Are you using the CGI executable or the server plug in thingy? If you're using one of each, the server module looks for C:\windows\php.ini and the executeable looks for php.ini in the same directory as the executeable. If you have two CGI versions, you could rename one and rename its php.ini acc

RE: [PHP] install issues on Solaris

2002-07-25 Thread Peter
_variabndent.lo zend_builtin_functions.lo zend_sprintf.lo zend_ini.lo zend_qsort.lo -ld ../libtool: ar: not found make[1]: *** [libZend.la] Error 1 make[1]: Leaving directory `/usr/local/php-4.2.2/Zend' make: *** [all-recursive] Error 1 Cheers Peter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP 4.2.2 and Apache LoadModule issue

2002-07-26 Thread Peter
> -Original Message- > From: Bob Lockie [mailto:[EMAIL PROTECTED]] > Sent: Friday, 26 July 2002 1:32 PM > To: Frank S. Kicenko; [EMAIL PROTECTED] > Subject: Re: [PHP] PHP 4.2.2 and Apache LoadModule issue > > > On Thu, 25 Jul 2002 22:23:21 -0500, Frank S. Kicenko wrote: > > >Hi All. >

[PHP] Re: High Resolution Images

2002-07-27 Thread Peter
I've had problems in some graphics viewers opening JPEGs saved in progressive format. Maybe saving them at such high resolution (or interlaced) isn't part of the JPEG specifaction that GD uses. "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

[PHP] Re: How to defeat winroute [proxy]?

2002-07-27 Thread Peter
Do you still get the cached version when you press the refresh button in the browser? Going back to a page will nearly always return a cached version of the page unless it was created as result of a form post. "Evgeny Chuykov" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL P

[PHP] Re: running php with .html files?

2002-07-28 Thread Peter
Why can't you just have at the bottom? "Henry" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi All, > > I'm sure I saw a posting on this subject a month ago so please excuse me for > not paying attention the first time ;-| > > I have a php script that I wi

[PHP] mod_php4.c errors on Apache Complie

2002-07-28 Thread Peter
shTable" mod_php4.c:127: parse error before "TSRMLS_DC" . . . . does any one have any idea's on why it is and what i can do about it? Cheers Peter "the only dumb question is the one that wasn't asked" -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: mod_php4.c errors on Apache Complie

2002-07-28 Thread Peter
problem solved!!! thanks for your help Dave :D Cheers Peter > -Original Message- > From: David Robley [mailto:[EMAIL PROTECTED]] > Sent: Monday, 29 July 2002 2:02 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Re: mod_php4.c errors on Apache Complie > > > In a

[PHP] libphp4.so

2002-07-28 Thread Peter
n any info any where that will direct me in this situation... Cheers Peter "the only dumb question is the one that wasn't asked" -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: libphp4.so

2002-07-29 Thread Peter
to > find them on your hard drive, and make sure libphp4.so is sitting next to > them, and then do the LoadModule the same way as the working ones. > > http://apache.org will explain all the stuff I just said in > formal language. > :-) Ok i followed what you have suggested and Ap

RE: [PHP] [Fwd: Can you help me about the installation of apache/php/MySQl/ssl ?]

2002-07-29 Thread Peter
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 30 July 2002 4:17 PM > To: [EMAIL PROTECTED] > Subject: [PHP] [Fwd: Can you help me about the installation of > apache/php/MySQl/ssl ?] > > > Hello, > > Can you help me about this problem ? > > Tha

[PHP] Re: Include problems

2002-08-03 Thread Peter
try using the absolute path to the file e.g. include("C:/windows/webserver/httproot/inc/test.inc"); "Scott" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have PHP4 on both a windows IIS server and a windows apache server. The > include function only works

[PHP] Re: IP and Language

2002-08-11 Thread Peter
It's going to be difficult to detech 'where' the user is coming from but you can find out what their default language is. I think it's one of the sever variables. If you are using Apache though, there is an autoselection feature which allows you to have several copies of your pages in different la

RE: [PHP] Prevent user to close web browser

2001-08-30 Thread Peter
> > I need it for my intranet web site, some of my users close browser on long > > lasting script and I need to prevent this. The question to ask is: "How do you convince people to not close their browser?". Peter -- PHP General Mailing List (http://www.php.net/)

[PHP] cleaning up word html

2001-09-12 Thread Peter
function that takes all tags (between <>), and can do something like: replace with ? Links and tips appreciated! Thanks, Peter Smile. It makes people wonder what you're thinking. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

[PHP] syntax?

2001-09-13 Thread Peter
my first example without declaring field names, so why did they declare in field names in the second example? If anyone can shed some light on this question, I would be most grateful. Thanks. Peter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] F

[PHP] importing a table

2001-09-13 Thread Peter
there a command in Mysql that can import tables? I just need to import one table, not an entire database. Thanks. Peter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators

[PHP] where did my cookie go?

2001-09-20 Thread Peter
/cookies directory, I could not find my name amount the .txt files. Am I looking for the cookie at the right place? Thanks. Peter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

RE: [PHP] Quickie

2001-09-21 Thread Peter
Hi, I am trying to redirect the user to another page after user authentication and using sessions. I was wondering how do you redirect to another page and then at the same use pass the session ID over to that other page. Thanks. Peter On Fri, 21 Sep 2001, [iso-8859-1] Stig-Ørjan Smelror

[PHP] error message

2001-09-22 Thread Peter
cript here: But for some reason when it goes to line 110 as shown just below, it says that it is undefined: if(!submit) { if(validate_input($name, $email, $subject, $message) == 0) { What should I check for? Thanks. Peter -- PHP General Mailing List (http://www.php.net/) To unsubscri

[PHP] global variables

2001-09-24 Thread Peter
$genpassword, a local variable and change it into a global variable so that other scripts will recognize it? Thanks. Peter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] passing hidden values through form

2001-09-24 Thread Peter
$genpassword does not show up on the password field. The password field is just empty. My question is can an input value store a PHP variable? Thanks. Peter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] slashes and quotes

2001-10-18 Thread Peter
hes and the difference between using the "echo" command with or without the quotation around the variable? Thanks. Peter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] session ID does not delete itself

2001-10-19 Thread Peter
ctory immediately after leaving the website. Appreciate if someone could shed the light on this issue for me. Thanks. Peter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrato

[PHP] PHP editing

2001-10-21 Thread Peter
Hi, I was wondering are there any editor programs for PHP? Right now, I am using RedHat Linux 6.2 and I have to type everything by telneting into the server and using Pico. Thanks. Peter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] syntax for checking if string contains something

2001-10-22 Thread Peter
if ($email =="") checks if the $email variable was inputted by the user. However I was wondering how can I refine it so that it will also check if the $email variable contains an '@' sign? Thanks. Peter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [E

Re: [PHP] Re: syntax for checking if string contains something

2001-10-22 Thread Peter
me to enter a quantity. Any suggestions? thanks. On Mon, 22 Oct 2001, CC Zona wrote: > In article <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] (Peter) wrote: > > > for example > > if ($email =="") > > > > checks if the $email variable was inputt

Re: [PHP] HTTP Authentication

2001-10-25 Thread Peter
the HTTP authentication of using a form uses Sessions! Check out the following URL: http://www.devshed.com/Server_Side/PHP/Commerce2/ I followed the above URL to create a user authentication page using Sessions. Peter On Mon, 22 Oct 2001, [ISO-8859-1] Stig-Ørjan Smelror wrote: > Wilb

Re: [PHP] Total Newbie in over head

2001-10-30 Thread Peter
following URL: http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/print.html Peter On Wed, 31 Oct 2001, J W W L (Warwick) Berg wrote: > Hi all > > Sorry about what is probably a total dickhead about to enter your midst, > but I've never installed php or seen it much at all bef

[PHP] using PHPMyAdmin with SQL

2001-10-30 Thread Peter
ver and have it administer the databases of a MySQL server located at a different machine with different IP? Thanks. Peter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] HTTP_REFERER

2001-11-21 Thread Peter
06 on Win2K CGI version. Any help much appreciated Peter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] How to call DLL in Javascript

2009-11-17 Thread Peter
iveXObject("feedback.dll"); }catch(e){ alert(e.description); return false; } } Regards Peter. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to call a vc++ dll from a HTML form

2009-11-17 Thread Peter
? Please provide me your valuable inputs to solve this issue. Regards Peter Nathan Rixham wrote: Peter wrote: Hi All, I want to call dll in javascript I tried the following script, but i got the error message 'ActiveXObject is undefined' (Note : i have the feedback.dll in the same

Re: [PHP] Stored Proc - Date not inserting into the Record

2010-02-25 Thread Peter
Change the input argument type as a varchar instead of date Ex: CREATE definer=`do...@`` PROCEDURE `Insert_OHC_Sun`(theDate VARCHAR(50),theDateRaw INT) surly it will work - Peter Don Wieland wrote: I nave 2 stored procedures: DROP PROCEDURE IF EXISTS `Insert_OHC_Sun`; DELIMITER $$ CREATE

Re: [PHP] Stored Proc - Date not inserting into the Record

2010-02-25 Thread Peter
FYI Please Pass your input within quotes $db->query("CALL Insert_OHC_Sun(*'*{$nDate}*'*,{$cDate})"); surly it will work - Peter Don Wieland wrote: I nave 2 stored procedures: DROP PROCEDURE IF EXISTS `Insert_OHC_Sun`; DELIMITER $$ CREATE definer=`do...@`` PR

Re: [PHP] regular expression

2010-06-01 Thread Peter
Hi Tanel, 1. only letters $str = 'helloworld'; if(preg_match("/^[a-zA-Z]*$/",$str)) echo "only letters"; else echo "failed"; 2. only letters and spaces $str = 'hello world'; if(preg_match("/^[a-zA-Z\s]*$/",$str)) echo "only letters and spaces"; else echo "failed"; Regards Peter.M Tanel T

[PHP] How does php server identify that the particular session belongs to particular user

2010-06-11 Thread Peter
Hi All, My Question is "How does php server identify that the particular session belongs to particular user?" Please help me out Regards Peter.m -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] MySQL Query Puzzle

2010-07-18 Thread Peter
below, After executing the mysql query. column1 column2 1 a 2 b 3 c Thanks in advance.. Regards Peter

Re: [PHP] MySQL Query Puzzle

2010-07-19 Thread Peter
Hi Shiplu, Thanks for reply. Distinct function hide the duplicate records while we selecting the record through the Query i want to remove the duplicate entries in my table i need a Delete Query instead of Select Query shiplu wrote: Use distinct. SELECT DISTINCT COLUMN1, COLUMN2 FROM

Re: [PHP] PHP run from console - automatic password input

2011-11-29 Thread Peter
; >> For example, i want to automatically manage revoking self-signed >> certificates, but when i exec("command") then system asks me to give the >> pass phrase. I dont want to do that. Instead, I want my script to input >> the >> password automatically. >&

Re: [PHP] PHP run from console - automatic password input

2011-11-29 Thread Peter
l :) Cheers 2011/11/29 Peter > passin and passout are not userd during "-revoke" > They are used to give parameters to create the certificate and give it > the above parameters. > > 2011/11/29 shiplu > >> Did you try -passin, -passout options of openssl com

[PHP] regex

2008-01-21 Thread Peter
. (Think the one I'm trying on is 2000+ characters. So its not a case of set number of words/numbers between [] it could be 2 or it could be 4 etc) Anyone workout what I am talking about and can help would be appreciated. Peter -- PHP General Mailing List (http://www.php.net/) To unsubs

Re: [PHP] regex

2008-01-21 Thread Peter
ou have got to do the conversion so far please? > > Regards > > Keith > > - > Websites: > http://www.karsites.net > http://www.php-debuggers.net > http://www.raised-from-the-dead.org.uk > > All email addres

[PHP] Re: Help - need to quickly optimize a record count!

2005-07-06 Thread Peter
Or even make .txt file with the cron and just include that txt file in your php Then in backgrond with perl(php) and cron you will udate that .txt file :-) So it will be 1 quesry per 15 minutes :-) Peter [EMAIL PROTECTED] wrote: Brian Dunning <[EMAIL PROTECTED]> wrote on 07/06/2005

Re: [PHP] Theme selector?

2003-04-01 Thread peter
nges. Also, I've not convinced anyone where I'm at now to use smarty. In my mind they are penny-wise and pound foolish. The real little extra time you might need to use a template system is richly rewarded in code re-use and future changes to the site not to mention, imho, thi

[PHP] Ver 5.0 Questions ...

2004-01-11 Thread Peter
I was wondering if there is a timeline for version 5, if so where can I find it ... Also I am developing an application that I pass a lot of objects by reference, will that cause problems in version 5 ? As far as I can see in the http://www.php.net/zend-engine-2.php there is nothing there to s

[PHP] update of mysql to 4.1

2005-03-02 Thread Peter
Hi, i'm thinking of updating my mysql-server from 3.23 to 4.1.10, and i can't find any serious information if i would have to rebuild php too. anybody tryed this already?? system: debian linux, apache 1.3.31, php 4.3.9, mysql 3.23.52 thanks peter -- PHP General Mailing List (http://w

[PHP] update of mysql to 4.x

2005-03-02 Thread Peter
Hi, i'm thinking of updating my mysql-server from 3.23 to 4.1.10, and i can't find any serious information if i would have to rebuild php too. anybody tryed this already?? system: debian linux, apache 1.3.31, php 4.3.9, mysql 3.23.52 thanks peter -- PHP General Mailing List (http://w

Re: [PHP] update of mysql to 4.x

2005-03-02 Thread Peter
sorry, i googled again, read nearly every post wich containes mysql and upgrade but i can't find a useful answer in this list. perhaps its me... so my question is still the same, would i have to recompile php or not peter @NG what means need? nobody needs an internet,using mysql4 would

[PHP] Authentication through a login form

2001-01-27 Thread Peter Troll
Hi Patrick, I had to implement the system you are talking about. I wanted to avoid working with sessions, cookies and all the stuff, just make sure it could work in all configurations with minimal requirements. here is what you could do: 1. Build your login page as a form 2. Check the user nam

<    1   2   3   4   5   6   7   8   9   10   >