Re: [PHP] UBB to HTML

2003-06-03 Thread Steve Keller
At 6/1/2003 09:05 PM, zavaboy wrote: How can I strip ALL HTML tags, then turn UBB code to HTML. And I also want to know how to turn the HTML back to UBB? http://us3.php.net/manual/en/function.strip-tags.php http://promoxy.mirrors.phpclasses.org/browse.html/package/818.html Google is your

Re: [PHP] I guess I'll give the list a shot

2003-06-03 Thread Steve Keller
At 5/30/2003 09:47 PM, David McGlone wrote: Basically what Im trying to do is when lets say black is selected from the dropdown, then the price for a black shirt is grabbed from the database and inserted into a hidden field. If you want this to happen dynamically, as the user is on the page,

[PHP] Mail Harvester Warning (was Re: [PHP] I guess I'll give the list a shot [T2003060200WW])

2003-06-03 Thread Steve Keller
Just wanted to pass a little warning on to the list. I sent a reply to David McGlone ([EMAIL PROTECTED]) and my email got forwarded to an address at Bonzi.com. I'm not sure if they're using list replies to harvest email addresses or not, but I'll definitely be watching my in-box. From:

Re: [PHP] Dynamic value lookups

2003-06-03 Thread Steve Keller
At 6/2/2003 02:44 PM, Vijay Avarachen wrote: I know I gotta do somethign with onchange= That's Javascript, not PHP. I was thinking perhaps I can just do somthing like onchange=PHP_SELF?product=value. No I know thats not the syntax but you get the idea =) That won't dynamically load

Re: [PHP] static vars question

2003-05-31 Thread Steve Keller
At 5/30/2003 04:49 PM, Martin Helie wrote: function test() { static $i = 0; if( $i 10 ) { $i++; test(); } echo I'm here; } I am a little surprised to find that even when $i 10 and test() is invoked again, the current function call executes all the way

Re: [PHP] static vars question

2003-05-31 Thread Steve Keller
At 5/30/2003 05:53 PM, Martin Helie wrote: In my test() function, I called test() again inside the if statement (which checks true for 10 iterations) Yes. So you've called the statement 10 times. and I thought that the current function would immediately be terminated by calling itself (or

Re: [PHP] static vars question

2003-05-31 Thread Steve Keller
At 5/30/2003 06:27 PM, Martin Helie wrote: Thanks for explaining that once the function is called and completed, the rest of the first call continues executing normally. That is what surprised me. Yup. It's what makes building function libraries a thing of art in PHP, you can create smaller

Re: [PHP] imagecreatefromjpeg()

2003-05-30 Thread Steve Keller
At 5/29/2003 01:55 PM, Edward Peloke wrote: Isn't php4.3.2 compiled with the gd library Not necessarily. Run a phpinfo() and look in the configuration for --with-gd. -- S. Keller UI Engineer The Health TV Channel, Inc. (a non - profit organization) 3820 Lake Otis Pkwy. Anchorage, AK 99508

Re: [PHP] imagecreatefromjpeg()

2003-05-30 Thread Steve Keller
At 5/29/2003 01:55 PM, Edward Peloke wrote: I now have php 4.3.2 I'm sorry, I read the version wrong. Feel free to ignore me. -- S. Keller UI Engineer The Health TV Channel, Inc. (a non - profit organization) 3820 Lake Otis Pkwy. Anchorage, AK 99508 907.770.6200 ext.220 907.336.6205 (fax)

RE: [PHP] imagecreatefromjpeg()

2003-05-30 Thread Steve Keller
At 5/29/2003 02:42 PM, Edward Peloke wrote: Nevermind, I got it working with a few ini changes... All rightee. Glad I could help. -- S. Keller UI Engineer The Health TV Channel, Inc. (a non - profit organization) 3820 Lake Otis Pkwy. Anchorage, AK 99508 907.770.6200 ext.220 907.336.6205 (fax)

[PHP] php working with iis

2003-05-28 Thread Steve Barlow
Ok, I'm having problems with configuring all the things together. I have loaded on Php 4.3.1, Mysql, IIS 5.1 and Dreamweaver MX, but I can't get php to work from dreamweaver, well i can't say it works at all having used a piece of code to check php works in html. I have installed php but I get

[PHP] greater than question

2003-05-27 Thread Steve Buehler
Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] chill out

2003-04-04 Thread Steve Edberg
of the FAQ before they are allowed to post. However, as others have said, the signal-to-noise ratio of this list is pretty high, easiest thing is just to tolerate/ignore the inappropriate questions... -steve At 2:21 PM +0500 4/4/03, Haseeb Iqbal wrote: hi all, just like to add something here

Re: [PHP] dynamic IF statement

2003-04-04 Thread Steve Keller
At 4/4/2003 11:50 AM, Tim Haskins wrote: How does one create a statement that basically says: ?php if (HTTP_GET_VARS[id] == ?php echo $row_rsProducts['prID']; ? ) { ? You make a string with your dynamic statement and then EVAL it. http://www.php.net/manual/en/function.eval.php -- S. Keller

RE: [PHP] PHP Email Attachment problem

2003-04-03 Thread Steve Jackson
I also had a similar problem and it was simply because the directory holding the attachment didn't have permission to send the attachment, so check the permissions on the directory. Once I changed it it sends fine. Cheers, Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com

Re: [PHP] chill out

2003-04-03 Thread Steve Keller
At 4/3/2003 01:14 PM, [EMAIL PROTECTED] wrote: We subscribe to a few email lists on various languages. Why do people assume that because they subscribe to a mailing list with their work address that the mailing list must hold to their company's standards? This list would have to be the

Re: [PHP] Theme selector?

2003-04-02 Thread Steve Keller
At 4/1/2003 08:49 PM, [EMAIL PROTECTED] wrote: 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

[PHP] chill out

2003-04-02 Thread steve
to make the poster feel like an idiot. We all know your smarter than the rest of us ;-) Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Theme selector?

2003-04-01 Thread Steve Keller
At 3/30/2003 12:42 PM, Lars Tvedt wrote: i would have used templates: heres one http://smarty.php.net Liam Gibbs [EMAIL PROTECTED] wrote in message I'd store your themes in stylesheets instead. Question, Lars, does Smarty allow for easy template changing? I haven't used it very much.

RE: [PHP] last questions

2003-03-28 Thread Steve Jackson
Here's a function you could use. The input from your form should be email ($email in this script). function valid_email($email) { // check an email address is possibly valid if (ereg([EMAIL PROTECTED], $email)) return true; else return false; } HTH Steve Jackson Web Developer

RE: [PHP] Connecting to a remote server

2003-03-28 Thread Steve Jackson
should be able to configure your password and find out the information yourself. Regards, Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com [EMAIL PROTECTED] Mobile +358 50 343 5159 -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: 28

[PHP] Other PHP developers in Louisville, KY?

2003-03-28 Thread Steve Magruder
. Regards, Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] file

2003-03-28 Thread Steve Keller
At 3/28/2003 10:26 AM, Diksha Neel wrote: i have a simple program to open and write a file. but the file is not getting created. can anyone please spot the mistake? ?php echohi?how are u doing??; $fp = fopen (sandrew.html, w); string=htmlheadtitlehi/title/headbodyi am $string =

Re: [PHP] Random Password Making.

2003-03-28 Thread Steve Keller
At 3/28/2003 11:32 PM, Philip J. Newman wrote: Whats the best way to make a random password with 4 letters and 2 numbers? I don't know what the best way is, but I had fun doing this one. I filled the first 4 elements of an array with random letters by using the minimum ASCII value of a letter

[PHP] Re: Please point me in the right direction

2003-03-27 Thread Steve Magruder
just because Red Hat puts out a new release. Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Passing data between the web to an Intranet

2003-03-26 Thread Steve Jackson
Haven't the faintest idea what you mean by direct from the web and a secure Intranet mysql db and web DB. Sorry. What I mean is that we have an externally hosted website. Currently all the forms etc update tables in the web hosted mysql DB. I am in the process of building a small CRM

RE: [PHP] Passing data between the web to an Intranet

2003-03-26 Thread Steve Jackson
regurgitate it could you? I must have trawled through about 1 messages. I was back to Nov 2001! The above two links don't really help me that much, I just need the process explained so I know I'm on the right track. Cheers, Steve Jackson Web Developer Viola Systems Ltd. http

RE: [PHP] Passing data between the web to an Intranet

2003-03-26 Thread Steve Jackson
Thanks to those that have helped thus far. To clarify what we need: Our CRM system (really a prospect gathering system) needs to internally hosted, be realtime and needs to be updated automatically. Our website (hosted externally) is *one of many* tools which we are going to use to gather

Re: [PHP] web services

2003-03-21 Thread Steve Magruder
to say this is a social problem, not a technical one. If you're worried about the theft of your code (and, to be honest, most code is worthless anyway), tackle it with a contract, not a hack. Too many people use contracts like toilet paper... just my experience, for what it's worth. Steve -- PHP

[PHP] sorting an array

2003-03-20 Thread Steve Buehler
Athletic Assoc, C 5, Johnson County Girls Athletic Assoc, A 9, Shawnee Civic Center, 1 1, Tomahawk Sports Dome, 1 2, Tomahawk Sports Dome, 2 3, Tomahawk Sports Dome, 3 4, Tomahawk Sports Dome, 4 As you can see, the fac is sorted correctly, but the field isn't. Thanks Steve -- This message has been

[PHP] lurker awakes

2003-03-20 Thread steve
be a hell of a backdoor to leave on our server. Steve Soars www.i-redlands.net Interactive Redlands Shop 2 Cleveland Town Square Cnr Queen Bloomfield Sts Cleveland QLD 4163 [p] 07 3821-5800 [f] 07 3821-5811 what we

Re: [PHP] lurker awakes

2003-03-20 Thread steve
Mike/Matt, thanks for the promp response for reference our system: Slackware 8.1, mySQL 3.23.51, apache 1.37 all the passwords look like they are kept in the mysql.users table and the passwords are encrypted (at least in phpMyAdmin 2.4) Steve - Original Message - From: Mike [EMAIL

Re: [PHP] php file writting ?

2003-03-18 Thread Steve Keller
At 3/14/2003 12:53 PM, Ron Petty wrote: Here is the code, maybe I am just missing something (this is the part where it writes and then opens again... for($i = 0; $i count($users); $i++) { for($k = 0; $k count($grouplines);$k++)

Re: [PHP] php file writting ?

2003-03-18 Thread Steve Keller
At 3/18/2003 11:46 AM, Steve Keller wrote: for($i = 0; $i count($users); $i++) { for($k = 0; $k count($grouplines);$k++) { $groupline = explode(:, $grouplines[$k

Re: [PHP] PDF Creation

2003-03-18 Thread Steve Keller
At 3/13/2003 01:05 PM, Christopher J. Crane wrote: I am just getting into PDF creation and I am having some issues. Can anyone send me a simple script that creates a PDF doc. I would like it to open in the browser after creation, not create a file. Try the EZPDF class. It does just that,

Re: [PHP] no phun intended!!!

2003-03-18 Thread Steve Keller
At 3/9/2003 09:11 AM, Niels Andersen wrote: LOL I like PHP, but I also like wet girlies. But the two are not interchangable, which is a pitty, becouse sometimes I really could use a wet girl, and I only have PHP If god wanted geeks to procreate, women would be accept C includes. -- S.

Re: [PHP] no phun intended!!!

2003-03-18 Thread Steve Keller
At 3/18/2003 02:30 PM, Pete James wrote: Steve and Niels, I personally don't think that this sort of garbage has any place on this list. The PHP lists are for the promotion and assistance of the PHP community. In our small ways, we are all ambassadors for PHP and should behave

Re: [PHP] Force refresh of graphic - how?

2003-03-17 Thread Steve Magruder
approach!) Yes, that should work. Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mysql_connect issue

2003-03-14 Thread Steve Shead
=unlink(/tmp/mesaje); ? Thanks ~Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Converting HMLT to Text in PHP

2003-03-13 Thread Steve Vernon
or layed out nice, but id prefer it to be better than just removing the tags. Thanks, Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] delete from array

2003-03-10 Thread Steve Buehler
(times) in them and would like to be able to delete a specific item out of them too. Thanks Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] strange behaviour with login page

2003-03-09 Thread Steve Pollard
server (linux, apache, php 4.1.2) I get the login screen twice before I get redirected. My hunch is that it's something to do with when session variable become available after registering them. (I'm using the sesssion management functions built in to php 4). TIA Steve -- PHP General Mailing

[PHP] Problem updating

2003-03-06 Thread Steve Jackson
Been on this a couple of hours... anyone see what I'm doing wrong? I get a result of 1 when I echo $result but it doesn't want to update at all. The action of this form index.php?action=update-account is just a switch case Which asks you to use the function update_subscriber_account() below...

RE: [PHP] Problem updating

2003-03-06 Thread Steve Jackson
Actually it didn't need the globals, But I did need to pass the variables into the function! Update_subscriber_account($var1, $var2 etc) I feel a right plonker now! Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com [EMAIL PROTECTED] Mobile +358 50 343 5159

Re: Re[2]: [PHP] Supressing a session id in link

2003-03-05 Thread Steve Magruder
; An alternative is to the place the following in your script, preferably called at the beginning of every script: ini_set(arg_separator.output, amp;); Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Session variable under PHP 4.0.6

2003-03-05 Thread Steve Magruder
with register_globals set to On. His code _should_ work. I think there's some other setting in php.ini that's causing an issue here. Henry, could you do a phpinfo() and show us the results? Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Free email service Plus get Paid while using it!!!!

2003-03-02 Thread steve adamian
I thought you would enjoy this new web site that I have found and started using recently. zWallet.com is a free email service provider that pays its members to email. It's really great, we do it anyway, why not get paid for it. And the best thing of all, zWallet.com not only pays you to email

[PHP] Re: PHP graphs

2003-02-28 Thread Steve Magruder
K [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi guys, I would like to read the IP address from a PC that connects to my web site. Any function does that in PHP? SuperGlobal var in = 4.1.0: $_SERVER['REMOTE_ADDR'] Global var in 4.1.0: $HTTP_SERVER_VARS['REMOTE_ADDR'] Steve

[PHP] testing for 0

2003-02-28 Thread Steve Buehler
I have a form that has input for minutes. My problem is that I am trying to test to see if the field is blank or not and if they enter a 0 (zero), my test always show it as blank. I have tried !$timemb and !is_numeric($timemb). Thank You Steve -- PHP General Mailing List (http://www.php.net

RE: [PHP] testing for 0

2003-02-28 Thread Steve Buehler
There we go. Thank You so much. I also found that I had another error in my script and !is_numeric($timemb) did work after all. Steve At 10:41 AM 2/28/2003 -0800, you wrote: See isset() and empty() -Original Message- From: Steve Buehler [mailto:[EMAIL PROTECTED] Sent: Friday

RE: [PHP] Re: MIME help needed please...

2003-02-26 Thread Steve Jackson
; if (!empty($this-headers)) $mime .= $this-headers. \n; if (!empty($this-body)) $this-add_attachment($this-body, , text/html); $mime .= MIME-Version: 1.0\n.$this-build_multipart(); mail($this-to, $this-subject, , $mime); } }; // end of class ? Hope this solves the issue. Steve Jackson Web Developer Viola

RE: [PHP] to Bryan Lipscy Re: [PHP] how___??

2003-02-26 Thread Steve Jackson
to the DB in php you just call db_connect(); The guys are right though for this level of questions you should read the manual all of this is explained in greater detail than we can go into. Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com [EMAIL PROTECTED] Mobile +358 50 343

[PHP] Re: resizing .jpg file in php

2003-02-26 Thread Steve Magruder
like to reduce the image size by 25%. To reduce its display size in an img tag, specify 640 * .75 for the width (assuming 640 is for width) and 480 * .75 for the height. If you actually want to reduce the size of the image, then look at PHP's image-related functions (and the GD library). Steve

[PHP] Re: resizing .jpg file in php

2003-02-26 Thread Steve Magruder
Anthony Ritter [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] -- Steve Magruder wrote in message : To reduce its display size in an img tag, specify 640 * .75 for the width (assuming 640 is for width) and 480 * .75 for the height. If you actually want to reduce the size

[PHP] PHP PDF attachment

2003-02-25 Thread Steve Jackson
=\{$fileatt_name}\\n . Content-Transfer-Encoding: base64\n\n . $data . \n\n . --{$mime_boundary}--\n; } $ok = @mail($to, $subject, $message, $headers); Real stuck here. Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com

[PHP] Re: new to php, need help..

2003-02-25 Thread Steve Magruder
with on the server-side and never make it to the client. Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Memory exceeding

2003-02-25 Thread Steve Magruder
, that for example after some class instantiaton memory usage greatly increases, I would be able to localise the problem. I would first guess that there's a session-related memory creep issue. I would check how much data is being placed into session vars and how long sessions are being cached. Steve

[PHP] Renaming an uploaded file

2003-02-24 Thread Steve Jackson
suggestions? Kind regards, Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com [EMAIL PROTECTED] Mobile +358 50 343 5159 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Renaming an uploaded file

2003-02-24 Thread Steve Jackson
OK, Thanks that helped. I've sorted that part of the problem. Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com [EMAIL PROTECTED] Mobile +358 50 343 5159 -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: 24. helmikuuta 2003 11:20

[PHP] Using a PHP mime email attachment

2003-02-24 Thread Steve Jackson
do_html_footer(); exit; } Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com [EMAIL PROTECTED] Mobile +358 50 343 5159 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Threading

2003-02-22 Thread Steve Vernon
it not time out, but the user will sit there being boored. Is it possible to call a URL from PHP? And just ignore it? I mean call another PHP script that takes ages, but wont affect he initial script ending? Steve - Original Message - From: Greg Donald [EMAIL PROTECTED] To: Bruce Miller

RE: [PHP] sorting multi-dimensional array

2003-02-20 Thread Steve Buehler
This would work (and might still if I changed things), but the part that calls it is in another function also. Steve At 02:35 PM 2/20/2003 +, you wrote: -Original Message- From: Steve Buehler [mailto:[EMAIL PROTECTED]] Sent: 20 February 2003 05:25 Ahhhfinally did

[PHP] sorting multi-dimensional array part 2

2003-02-20 Thread Steve Buehler
The following Seems to work. But does anybody know how reliable this might be? Baically, I have a multi-dimensional array and want to sort by one column first, than another than another. Right now, I am using a temporary table in MySQL, but want to speed things up if possible. The command

Re: [PHP] Rounding

2003-02-20 Thread Steve Keller
At 2/21/2003 05:29 AM, Jason Wong wrote: To round to the nearest 5: Divide by 5 Round to the nearest integer Multiply by 5 Modulus by 5 Subtract the result from the original number. Of course, my way depends on whether you're rounding up or down. -- S. Keller UI Engineer The Health TV

Re: [PHP] sorting multi-dimensional array

2003-02-19 Thread Steve Buehler
Is this possible? I have looked at array_multisort and unless I am reading it wrong, it doesn't look like it would do what I needed. Thank You Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net

[PHP] Threads in PHP? URL call from PHp?

2003-02-14 Thread Steve Vernon
? Which is the best way? What is the PHP way! If I was doing something like this in Java, probably set a class running in another thread. Many thanks, Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] sorting multi-dimensional array

2003-02-13 Thread Steve Buehler
,U16 Boys ,2 Is this possible? I have looked at array_multisort and unless I am reading it wrong, it doesn't look like it would do what I needed. Thank You Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Process array after form submission problem

2003-02-13 Thread Steve Jackson
do I use PHP to look at $grant as an array in my processing script rather than an ordinary variable? I can get the DB to update if there is only one checked box but otherwise it updates the DB with the value of the last checkbox. Any ideas? Steve Jackson -- PHP General Mailing List (http

RE: [PHP] Process array after form submission problem

2003-02-13 Thread Steve Jackson
Cheers, Solved the problem exactly how I wanted it. Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com [EMAIL PROTECTED] Mobile +358 50 343 5159 -Original Message- From: Matt Schroebel [mailto:[EMAIL PROTECTED]] Sent: 13. helmikuuta 2003 21:29 To: Php

Re: [PHP] string to array

2003-02-12 Thread Steve Werby
could also easily convert it to an array at that point, but unless you need each character as an array element for a later operation it doesn't seem very efficient. I don't think explode() will let you use a separator of '', but you might look at that as well. -- Steve Werby President, Befriend

[PHP] If no record in MySQL how to?

2003-02-11 Thread Steve Jackson
Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com [EMAIL PROTECTED] Mobile +358 50 343 5159 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] If no record in MySQL how to?

2003-02-11 Thread Steve Jackson
Thanks Marek, That is the solution I was looking for. Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com [EMAIL PROTECTED] Mobile +358 50 343 5159 -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED]] Sent: 11. helmikuuta 2003 13:39

Re: [PHP] numerics

2003-02-10 Thread Steve Werby
if it's not suitable keep looking. http://javascript.internet.com/forms/val-char.html -- Steve Werby President, Befriend Internet Services LLC http://www.befriend.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] automatically delete records from a table

2003-02-10 Thread Steve Werby
server. I figure you know how to write the script and that it's just a matter of scheduling it. If not please be specific about the problem. This is asked pretty frequentl on php-general so between the archives and Google you should find what you're looking for quickly. -- Steve Werby President

[PHP] Question on readdir()

2003-02-05 Thread Brown, Steve
accesses via the Samba client. Are there known issues pertaining to this usage? Thanks Steve Brown

Re: [PHP] unexpected warnings - what do they mean? - phpMyAdmin - also posted on the phpMyAdmin mailing list...

2003-02-04 Thread Steve Keller
At 2/4/2003 06:46 PM, you wrote: i am getting the following warnings after i try to inser data into some table cells i created. i have PHP Version 4.1.2 and MySQL 3.23.55. Apache 1.3.23. Redhat 7.3. oh, and i have php 4.3.0 installed, but i dont know how to make apche see it or use it. its

[PHP] Newsletter using PHP and MySQL

2003-01-31 Thread Steve Vernon
the mehtod would work for Win 2k but this is not necessary... Steve PS I have looked at a few archives, and searched the net but not seen anything that helpful...

[PHP] Update row problems

2003-01-27 Thread Steve Jackson
the order in which categories appear changed.brbr/span; echo /td; echo /tr; echo /table; } Any help appraciated. Kind regards, Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com [EMAIL PROTECTED] Mobile +358 50 343 5159 -- PHP General

RE: [PHP] Update row problems

2003-01-27 Thread Steve Jackson
I'm processing on a different page so what would I use instead of $_POST? print_r($_POST) Didn't display anything or diagnose anything. Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com [EMAIL PROTECTED] Mobile +358 50 343 5159 -Original Message- From: Tim

RE: [PHP] Update row problems

2003-01-27 Thread Steve Jackson
Thanks. That was the problem. Im using 4.0.6 so it's a bit out of date. Cheers, Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com [EMAIL PROTECTED] Mobile +358 50 343 5159 -Original Message- From: Tim Ward [mailto:[EMAIL PROTECTED]] Sent: 27. tammikuuta

[PHP] Problem with simple update

2003-01-24 Thread Steve Jackson
='$categoryid'; Any suggestions? Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com [EMAIL PROTECTED] Mobile +358 50 343 5159 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How do you update multiple rows at the same time?

2003-01-24 Thread Steve Jackson
I am having trouble with this. I need to update 1column in a variable number of rows depending on how many categories are in my database at a given time. Can anyone provide any pointers or example code Steve Jackson Web Developer Viola Systems Ltd. http://www.violasystems.com/ http

Re: [PHP] Word Count

2003-01-23 Thread Steve Edberg
' that shows how to add other characters that you might consider valid word delimiters - eg, a comma. See http://php.he.net/manual/en/function.preg-split.php -steve At 10:41 AM -0600 1/23/03, Chris Boget [EMAIL PROTECTED] wrote: Is there a way to count the number of words in a string

[PHP] Re: occasional mcrypt problems

2003-01-18 Thread Steve Yates
Steve Yates [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... After much testing, I think I may have it. It appears that MySQL is dropping a trailing space from the value being inserted into the database! For example if the encrypted string is (.A®

Re: [PHP] Number Sign in String Variables

2003-01-18 Thread Steve Edberg
everything for free by manually typing a URL like add_to_cart.php?item_num=SOU3432410quantity=1sale_price=0unit=... -steve At 6:29 PM -0500 1/18/03, Joab Stieglitz wrote: OK. I urlencoded the URL and now the URL passes correctly... add_to_cart.php%3Fitem_num%3DSTT32700%26quantity%3D1%26sale_price

[PHP] Re: occasional mcrypt problems

2003-01-17 Thread Steve Yates
duplicate this by entering test as the field value too. - Steve Yates - Life would be easy if we had the source code. ~ Taglines by Taglinator - www.srtware.com ~ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Any Web Application Development Studio available?

2003-01-16 Thread Steve Magruder
not absolutely necessary for my requirements. Any ideas? Regards, Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] get the $email string

2003-01-16 Thread Steve Edberg
of sessions here: http://www.php.net/manual/en/ref.session.php -steve -- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127

Re: [PHP] occasional mcrypt problems

2003-01-13 Thread Steve Yates
ipslashes($_POST['Credit_Card_Number']); - Steve Yates - WORK HARDER!... Millions on welfare depend on YOU!!! ~ Taglines by Taglinator - www.srtware.com ~ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: occasional mcrypt problems

2003-01-13 Thread Steve Yates
the data size. - Steve Yates - #include mandatory_cute_tagline ~ Taglines by Taglinator - www.srtware.com ~ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] occasional mcrypt problems

2003-01-10 Thread Steve Yates
mydecrypt($enc) { global $td; return rtrim(mdecrypt_generic($td, $enc), \0); } Thanks for any insight! - Steve Yates - ASCII stupid question, get a stupid ANSI. ~ Taglines by Taglinator - www.srtware.com ~ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] occasional mcrypt problems

2003-01-10 Thread Steve Yates
Marek Kilimajer [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... try $_POST['Credit_Card_Number']=stripslashes($_POST['Credit_Card_Number']); But if magic_quotes_gpc=on shouldn't that happen automatically? - Steve Yates - Brainstorm? No, b

Re: [PHP] mmmmm SELECT

2003-01-06 Thread Steve Edberg
an error message. -steve ++ | Steve Edberg [EMAIL PROTECTED] | | Database/Programming/SysAdmin(530)754-9127 | | University of California, Davis

Re: [PHP] PHP intereferes with my Javascript

2003-01-03 Thread Steve Keller
At 1/3/2003 05:21 PM, you wrote: I have split a page up into three sections, header, content and footer. Header and footer are included in content via PHP. Header contains Javascript functions. Content and header both call the javascript functions. When i look at the source generated it looks

Re: [PHP] Baffling output

2003-01-03 Thread Steve Keller
At 1/3/2003 12:25 AM, Lightfirst wrote: Can someone explain to me why the loop that counts to 99 appears before the 5 by 5 grid in the following php code? Yes. ## else { ## echo td align=\center\ valign=\middle\ width=\15%\ height=\77\ border=\1\ bordercolor=\#00\; ## echo div

[PHP] Dropping Tables

2002-12-29 Thread Steve Buehler
done this before? I would sure appreciate some help here. Thanks Steve -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ow3 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Dropping Tables

2002-12-29 Thread Steve Buehler
Thank You so much John and Michael. SHOW TABLES LIKE 'a%' worked like a charm and was exactly what I was looking for. I guess my searches were using the wrong keywords. Kind of figures. Some of my searches were turning up 1000's of results. How do you know whether it's an active a* table

RE: [PHP] Cheap Hosting

2002-12-27 Thread Steve Jackson
Dotserv are high response and fairly cheap depending on what you need. Or there's phpwebhosting.com http://www.dotserv.com http://www.phpwebhosting.com -Original Message- From: Edward Peloke [mailto:[EMAIL PROTECTED]] Sent: 27 December 2002 18:29 To: PHP List Subject: RE: [PHP] Cheap

[PHP] Images not stored in Databases

2002-12-24 Thread Steve Vernon
suitable. Any help would be great. Have a great Christmas. Love, Steve XX -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Images not stored in Databases

2002-12-24 Thread Steve Vernon
? Also everyone logs in using there email address, not a username, so I would prefer not to have to give them usernames! THanks, Steve How will the picture make it into the db? Will they be uploaded by users? I had to create an upload script for a sight that puts the picture in the users

<    3   4   5   6   7   8   9   10   11   12   >