Re: [PHP] Unwanted e-mails

2004-04-19 Thread Ryan A
s wanting a sacrifice...fair enough, catch these spammers, throw petrol on them and give me a matchbox ;-) Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] FW: Resizing Pictures

2004-04-19 Thread Ryan Schefke
How do you resize pictures once they're in a certain directory? I have the script to upload a picture, that's working fine. I just need some help with resizing it. Can someone help? Thanks!

RE: [PHP] FW: Resizing Pictures

2004-04-19 Thread Ryan Schefke
l 19, 2004 11:56 PM To: Ryan Schefke; Php-General-Help Subject: RE: [PHP] FW: Resizing Pictures If you don't mind doing them by hand, Window Paint can, use Image->Stretch/Skew and Stretch by the same percentage for horizontal and vertical dimensions to keep the same perspective (less than 10

RE: [PHP] PHP Web Hosting

2004-04-20 Thread Ryan A
L PROTECTED] > Thats just like the hosts, being so inconsiderate to the clientsthis guy goes to jail and does not even think of telling his clients before hand that he is doing illegal things.. These hosts just think of themselves...going to jail and all. :-D Cheers, -Ryan -- PHP General Mailing

[PHP] Resizing Pictures

2004-04-20 Thread Ryan Schefke
How do you resize pictures once they're in a certain directory? I have the script to upload a picture, that's working fine. I just need some help with resizing it. Can someone help? Thanks!

RE: [PHP] PHP Web Hosting

2004-04-20 Thread Ryan A
On 4/20/2004 11:02:16 PM, Stanley X. Martin ([EMAIL PROTECTED]) wrote: > Why > don't you two just email each other instead of including us all in > your little pissing contest? > > Stanley G. Martin > I second that. -Ryan > -Original Message- > From: -{ R

[PHP] Escape problems...why?

2004-04-22 Thread Ryan A
et_magic_quotes_runtime(0)" in the "config.php" file... I did see that "magic_quotes_gpc" is on, and then went to the PHP online manual and it says this cant be fixed during runtime...? is this the problem? if so how to fix it? Thanks, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Escape problems...why?

2004-04-22 Thread Ryan A
le like so: php_flag magic_quotes_gpc off AuthUserFile /c36/admin/.htpasswd AuthGroupFile /dev/null AuthName "Password Protected Area" AuthType Basic require valid-user But then am getting a 500 error... any ideas? Thanks, Ryan On 4/23/2004 5:55:34 AM, John W. Holmes ([EMAIL PROTECT

Re: [PHP] adult content censoring

2004-04-25 Thread Ryan A
Depends on how badly the person wants to use "adult language"every "bad words filter" can be bypassed unless you are the filter. E.g: you screen the comments before allowing or disallowing it... My $0.2 Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) T

[PHP] Strange music playing behavior

2004-05-12 Thread Ryan Schefke
I'm getting some strange behavior trying to play music. The script below works fine standalone. However, when I put it into a larger script the music doesn't play but all of the echo statements work and when I view the source the tags are fine, etc. What could the issue be? If you need me to send

RE: [PHP] Strange music playing behavior

2004-05-12 Thread Ryan Schefke
e $list_photo = null; echo ''.$list_person.$list_position. '   ' // .$list_story. .$list_photo. ' '; } ?>   --

RE: [PHP] Strange music playing behavior

2004-05-12 Thread Ryan Schefke
ROTECTED] Sent: Wednesday, May 12, 2004 2:30 PM To: Ryan Schefke; Php-General-Help Subject: RE: [PHP] Strange music playing behavior [snip] I know it's a lot of code but it's below. Again, when I have the /* MUSIC? */ section as a standalone file (making sure to open and close the databas

RE: [PHP] Strange music playing behavior

2004-05-12 Thread Ryan Schefke
I fixed it, thanks! It turns out my src=" " location was wrong since I moved the file. I just freaked cause I thought it was an issue with php+html. Sorry, Ryan -Original Message----- From: Ryan Schefke [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 2:35 PM To: 

[PHP] Zip-code Form Validation Scripts and Zipcode Program

2004-05-12 Thread Ryan Munevar
to check the real distance from one zip-code to another zip-code like on yahoo maps? Thank you. Later, Ryan P.S

Re: [PHP] a good user directory application...

2004-05-12 Thread Ryan A
a good admin function. > > if need be, we could always rip this function out of an existing app if you > know of one, and create a stand alone app > > Of course we'd > also prefer that the app be "open source"... Of course...why pay for something so useful?? Maybe

Re: [PHP] Re: readdir and opendir

2004-05-10 Thread Ryan A
On 5/10/2004 3:21:14 PM, greg ([EMAIL PROTECTED]) wrote: > Vincent Dupont wrote: > > Simple question : do readdir and opendir support opening HTTP urls ?? > > RTFM ! No it doesn't. > DUDE! Anger management!!! ;-p Cheers, -Ryan -- PHP General Mailing List (http://www.p

RE: [PHP] PHP Website Architecture

2004-05-07 Thread Ryan A
ake of simplicity and easier management of code it is good to split files for different tasks. Nearly all programs can be written in *one* very large .php file but just thinking of going back in to make changes 3 months down the road would be a nightmare. HTH. Cheers, -Ryan -- PHP General Ma

[PHP] Looking For Easy To Use Shopping Cart

2004-05-14 Thread Ryan Schefke
Can anyone recommend a good open source shopping cart solution? I built an application for custom websites, now, I just need to interface to a shopping cart. I'm using mysql. Any suggestions? ...looking for something easy. Thanks, Ryan

RE: [PHP] Re: Looking For Easy To Use Shopping Cart

2004-05-14 Thread Ryan Schefke
, or maybe it is? Thanks, Ryan -Original Message- From: Justin Patrin [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 6:57 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: Looking For Easy To Use Shopping Cart Ryan Schefke wrote: > Can anyone recommend a good open source shoppi

[PHP] How to duplicate this functionality?

2004-05-14 Thread Ryan A
art I like, when you click on "Ta bort" next to any of your saved ads ("Ta bort" means "Remove")...it just goes from the page...very smooth and does not need for the page to be "script processed" again or anything...HOW? What is it? Javascript..? DHTML? wha

Re: [PHP] How to duplicate this functionality?

2004-05-14 Thread Ryan A
as impressed... I did make a note of the rm_id and saw that everything was a GET stringbut didnt know how it was deleteing the text from the page so fast... Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Pulling out string from a string

2004-05-04 Thread Ryan Schefke
Original Message- From: Justin Patrin [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 5:43 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: Pulling out string from a string Ryan Schefke wrote: > Can anyone help me with the code to pull out "clientxxx" from the below > s

[PHP] Pulling out string from a string

2004-05-04 Thread Ryan Schefke
here "xx" can be any given number. Thanks, Ryan

Re: [PHP] Print a variable's name

2004-05-05 Thread Ryan A
Just escape it... eg: $ryan = "something"; echo "\$ryan =".$ryan; that would print: $ryan = something HTH. Cheers, -Ryan On 5/5/2004 5:02:25 PM, [EMAIL PROTECTED] wrote: > I'd like to print a variable's name in a procedure along with it's v

Re: [PHP] How to duplicate this functionality?

2004-05-15 Thread Ryan A
r and when this just started to disappear off my screen without the pause...well, it looked good. Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] How to duplicate this functionality?

2004-05-15 Thread Ryan A
ers on the list kind enough to try it out reported that its giving the "blank pause" when they accessed it via Linux using these browsers Netscape 7, Opera 7.2 and so on Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] [AWF-TOPIC] How to duplicate this functionality?

2004-05-15 Thread Ryan A
meta tag, will give it a shot if I have small pages and then post them to the list to try out so you guys can tell me if it does not work with you. Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Forums

2004-05-16 Thread Ryan A
the forum at DIVX.com (very very cool) 2. awforum.net (unfortunatly written in ASP..pain in the butt but easy to use as its really simple) The software HAS to be written in PHP coz its for a php discussion site. Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

Re: [PHP] Forums

2004-05-17 Thread Ryan A
retty good too (which was my first choice when I asked this question here) give it a shot if you get time, but as far as I can see PubBB runs much faster and has some very decent functions/features. Thanks guys, -Ryan A On 5/17/2004 4:03:18 AM, Justin French ([EMAIL PROTECTED]) wrote: > P

[PHP] Domain Name Lookup Scripts

2004-05-18 Thread Ryan Schefke
Can anyone suggest any good (free) domain name lookup scripts written in php? Thanks, Ryan

[PHP] Please Don't Shoot...

2004-05-20 Thread Ryan Schefke
etter choices). One problem though, the dedicated server, unlike a shared server, does not have a SSL certificate. So, I need one. Can anyone recommend a low cost (preferably free), and easy to install (since I have to do it myself) SSL Cert? Thanks, Ryan

[PHP] grabbing string from URL if URL is masked/forwarded

2004-05-21 Thread Ryan Schefke
you echo $PHP_SELF in a script that is run from a masked domain name will it echo the real directory URL or the masked one. Thanks, Ryan

Re: [PHP] Simplistic PHP tutorial

2004-05-25 Thread Ryan A
ut you must/should have some prior experience with programming or you are going to find this very very tough, that said, best of luck, and _when_ you stumble across problems you will find this list is very friendly in helping you out. Welcome to PHP. Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] cookies malfunctioning moving from windows to linux

2004-05-29 Thread Ryan Schefke
). I already checked php.ini and can't seem to find what is wrong. The only difference is the "session.save_path = /tmp" on the Linux box and on the windows box it was "session.save_path = c:/windows/temp" Could you help me ? Thank you! Ryan

RE: [PHP] cookies malfunctioning moving from windows to linux

2004-05-29 Thread Ryan Schefke
I don't think that is it. I believe session.save_path is only for sessions, not cookies. I'm only using cookies in the application. Can someone please help? Thanks, Ryan -Original Message- From: Daniel Clark [mailto:[EMAIL PROTECTED] Sent: Saturday, May 29, 2004 5:55

RE: [PHP] cookies malfunctioning moving from windows to linux

2004-05-30 Thread Ryan Schefke
- From: Thomas Seifert [mailto:[EMAIL PROTECTED] Sent: Sunday, May 30, 2004 3:43 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] cookies malfunctioning moving from windows to linux Ryan Schefke wrote: > I don't think that is it. I believe session.save_path is only for sessions, > not cookies. I'

RE: [PHP] cookies malfunctioning moving from windows to linux

2004-05-30 Thread Ryan Schefke
Hi All, Please consider this topic/subject closed. There was conflict with my firewall. Ryan -Original Message- From: Hodicska Gergely [mailto:[EMAIL PROTECTED] Sent: Sunday, May 30, 2004 10:13 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] cookies malfunctioning moving from windows to

[PHP] "lasso" (a bit 0T)

2004-05-30 Thread Ryan A
links have a .lasso extension instead of the "normal" .htm,.html,.php etc Did a quick search on google and found this http://store.blueworld.com/lp7.lasso sure looks like the same stuff but am not sure... Anybody here worked with Lasso? any suggestions or comments? Thanks, -Ryan -- P

[PHP] Windows to Linux -- Issues with mkdir()function and picture uploading

2004-05-30 Thread Ryan Schefke
Hi All, I recently migrated code from my home server (windows) to a dedicated hosting server (Linux). I seem to have some issues with permissions and I'm not sure how to fix it. Take the simple script I wrote below. = It produces the f

RE: [PHP] Re: Windows to Linux -- Issues with mkdir()function and picture uploading

2004-05-30 Thread Ryan Schefke
Thomas, thanks, that worked perfectly! -Original Message- From: Thomas Seifert [mailto:[EMAIL PROTECTED] Sent: Sunday, May 30, 2004 2:32 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: Windows to Linux -- Issues with mkdir()function and picture uploading Ryan Schefke wrote: > The ab

[PHP] Windows to Linux -- Getting errors still...

2004-05-30 Thread Ryan Schefke
home/httpd/vhosts/tgwedding.com/httpdocs/tgwedding/photos.php on line 29 I already changed the file permissions but it didn't still work. Does anybody know how to solve the problem? This is line 29: imagejpeg($base_image, 'temp.jpg'); //convert and save it to temp.jpg Thanks, Ryan

[PHP] Simple calender

2004-05-30 Thread Ryan A
anybody is using a calender already which is like the above + the 1 or two points I wroteyour response would be appreciated. ;-) Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] GD Library Upgrade

2004-05-31 Thread Ryan Schefke
I'm working with a host on a Linux box with PHP 4.2.2. The version of GD Library they have is 1.8.4. I was uploading some pictures using a script that leveraged GD Library 2+. Using the php version with the newer GD library seemed to produce a better quality image. I have two questions: 1 -

[PHP] Calender code help

2004-05-31 Thread Ryan A
n the for loop...which is correct as its overwring the one before... (its a bit easier to understand when you see the code, the part enclosed within the //Ryan and //Ryan is where I added my code...which is not working ;-D ) You can download the file (around 3kb) from http://php-php.com/test/cal2.tx

[PHP] RE: GD Library Upgrade

2004-05-31 Thread Ryan Schefke
Any thoughts on this? I'm working with a host on a Linux box with PHP 4.2.2. The version of GD Library they have is 1.8.4. I was uploading some pictures using a script that leveraged GD Library 2+. Using the php version with the newer GD library seemed to produce a better quality image. I h

RE: [PHP] RE: GD Library Upgrade

2004-06-01 Thread Ryan Schefke
So there's no way to upgrade PHP 4.2.2's GD Library without upgrading to the latest version of PHP? Ryan -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 5:21 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] RE: GD Library Upgrade On Tuesd

[PHP] "Date object"

2004-06-01 Thread Ryan A
then checked "date", "getdate", "mktime" etc am doing something wrong...but wont know what till I understand the "date object" that this needs. The script is at: http://scripts.franciscocharrua.com/php-calendar.php Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] "Date object"

2004-06-01 Thread Ryan A
> From: "Ryan A" <[EMAIL PROTECTED]> > > > A bit confused, I downloaded a function and it says it takes a "date > > object"what exactly is a "date object"? > > > > This is exactly what is written " The function takes a da

RE: [PHP] RE: GD Library Upgrade

2004-06-01 Thread Ryan Schefke
8.4 to the latest. But I'm still not sure if it's best to upgrade the entire thing or just the library. I'm totally new at installing apps via shell...if anyone is interested in doing it for a small fee please let me know! Ryan -Original Message- From: Jason Wong [mailt

[PHP] Willing to Pay For Upgrade Help

2004-06-01 Thread Ryan Schefke
x27;t have much experience with shell commands and Linux machines. Thanks, Ryan

[PHP] Fatal Error Help

2004-06-03 Thread Ryan Schefke
Can someone verify that the solution to this problem is to change my php.ini file's "memory_limit = 8M;" line to "memory_limit = 16M;"? My script was working fine (file uploading) before. Then, last night I upgraded to php 4.3.6 and installed Turck mmcache. Now I get the following error:

RE: [PHP] Fatal Error Help

2004-06-03 Thread Ryan Schefke
: Thursday, June 03, 2004 12:48 PM To: Ryan Schefke Cc: Php-General-Help Subject: Re: [PHP] Fatal Error Help Ryan Schefke wrote: > Can someone verify that the solution to this problem is to change my php.ini > file's "memory_limit = 8M;" line to "memory_limit = 16M;"?

[PHP] Simple cms type system

2004-06-09 Thread Ryan A
s, and actually stripping them down would take as much as making a new one and some are just not worth it (in mho). Any suggestions? Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Simple cms type system

2004-06-09 Thread Ryan A
On 6/9/2004 9:04:07 PM, James Harrell ([EMAIL PROTECTED]) wrote: > Hi Ryan, > > Ours > isn't open source, but does come with source available > for the display modules: http://celestia.cbstech.com > You can strip down what features are available by removing > mo

RE: [PHP] Simple cms type system

2004-06-09 Thread Ryan A
On 6/9/2004 9:54:20 PM, Aaron Wolski ([EMAIL PROTECTED]) wrote: > > Hey James, > > If its not open source...is it at least free? > > Thanks, > > -Ryan > > Not sure why this matters? > > If his product can do the job what does it matter if it costs money or >

RE: [PHP] Simple cms type system

2004-06-09 Thread Ryan A
> No, it's a commercial product. > > James Ok, thanks, will look into it if I dont find a free/ cheap solution. Cheers, -Ryan. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Webyog releases SQLyog 3.71 & SJA 2.0

2004-06-09 Thread Ryan A
kindly take your "SQLYog" and shove it up your "yog". Personally I use PHPMyAdmin which works great, is open source and free (donation supported) -Ryan On 6/10/2004 5:49:36 AM, Karam Chand ([EMAIL PROTECTED]) wrote: > Webyog has released SQLyog 3.71 & SQLy

Re: [PHP] Webyog releases SQLyog 3.71 & SJA 2.0

2004-06-10 Thread Ryan A
s unless its very closely related to php (and usually > > free), your product does not fall in either category, so kindly take > > your "SQLYog" and shove it up your "yog". > > > > Personally I use PHPMyAdmin which works great, is open source and free &g

Re: [PHP] Webyog releases SQLyog 3.71 & SJA 2.0

2004-06-10 Thread Ryan A
uldnt that be sweet? > LOL no that would annoy me totally, I know what you are getting at though, > it was technically spam... Great! Now you see my point. Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Simple cms type system

2004-06-10 Thread Ryan A
my design and allow the client to update/add/delete text and pictures. Anything comes to mind? if not, tell me which one is best to strip to get the above... Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: >>>>>> THREADS IN PHP

2004-06-12 Thread Ryan A
> Please don't "hype" your post, or you'll find, as do many children, no > one > will pay it any attention. > YEP, THE ABOVE IS TRUE! < :-p -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Help with an objective

2004-06-14 Thread Ryan Schefke
All, I would like to use php to email a picture (as an attachment) that is on my server (linux), without manually attaching/uploading one. Is this possible? If so, how can it be done? Thanks, Ryan

[PHP] Chat-name forms and Suffixes with Validation...

2004-06-15 Thread Ryan Munevar
Sincerely, Ryan Munevar -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP & MySQL DATE comparison

2004-06-16 Thread Ryan Schefke
Hello, I'm pulling a date in the "datetime" format via a MySQL query. Using PHP I would like to check if that date is prior to today's date. Can someone please help with this quick question. Thanks, Ryan

RE: [PHP] PHP & MySQL DATE comparison

2004-06-16 Thread Ryan Schefke
ution. -Original Message- From: Ryan Schefke [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 12:43 PM To: Php-General-Help Subject: [PHP] PHP & MySQL DATE comparison Hello, I'm pulling a date in the "datetime" format via a MySQL query. Using PHP I would like to che

[PHP] Resolving a warning

2004-06-16 Thread Ryan Schefke
within the allowed path(s): (/home/httpd/vhosts/tgwedding.com/httpdocs:/tmp) in /home/httpd/vhosts/tgwedding.com/httpdocs/tgwedding/payment7.php on line 11 How can I resolve this? Thanks, Ryan

[PHP] http to https

2004-06-17 Thread Ryan Schefke
I'm getting some strange behavior when trying to go from http to an https script. After clicking a form submit button the script will execute the two lines below. It does this and sends it to the correct page without the https, only http. What is strange is when I go back on my browswer and

RE: [PHP] http to https

2004-06-17 Thread Ryan Schefke
ser http is working fine. -Original Message- From: Andre Dubuc [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 8:01 PM To: Ryan Schefke; [EMAIL PROTECTED] Subject: Re: [PHP] http to https Hi Ryan, I encountered all sorts of problems attempting to do the same (especially with AO

RE: [PHP] http to https

2004-06-17 Thread Ryan Schefke
";); exit;} // $redirect = "https://www.tgwedding.com/payment6.php";; //header ("Location: $redirect"); } = -Original Message- From: Andre Dubuc [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2

RE: [PHP] http to https

2004-06-18 Thread Ryan Schefke
earched php.ini for "ssl" and "https" and didn't find anything though > > > -Original Message- > From: Andre Dubuc [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 17, 2004 8:26 PM > To: Ryan Schefke > Subject: Re: [PHP] http to https > > Just a t

[PHP] Please Send MIME Script

2004-06-21 Thread Ryan Schefke
Could someone please send me a function for MIME mail. I've been searching for the past 3 hours and haven't come across anything that is solid and works for me. I need the following: 1 - send MULTIPLE attachments 2 - send message in html and text. Thanks, Ryan

[PHP] Help with eregi

2004-06-22 Thread Ryan Schefke
after the last forward slash, like album_121-2132_IMG.JPG Thanks, Ryan

[PHP] Crontab PHP Script

2004-06-26 Thread Ryan Schefke
ntab_edit.php?cte_src=CTEJKgkqCSoJKg kvaG9tZS9odHRwZC92aG9zdHMvdGd3ZWRkaW5nLmNvbS9odHRwZG9jcy90Z3dlZGRpbmcvY3Jvbn RhYi5waHA=> I used " * " for every field except M, which I set to " 01 " to run every minute. It's not working...can someone guide me along and let me know what I've done wrong. Thanks, Ryan

RE: [PHP] Crontab PHP Script

2004-06-27 Thread Ryan Schefke
nute on my linux box -Original Message- From: Tim Traver [mailto:[EMAIL PROTECTED] Sent: Sunday, June 27, 2004 1:17 AM To: Ryan Schefke; Php-General-Help; [EMAIL PROTECTED] Subject: Re: [PHP] Crontab PHP Script Not sure if this is different in linux, but usually the first parameter is the minutes, and

[PHP] Double parenthesis crisis

2004-07-07 Thread Ryan Schefke
In the below code the variable $thecomments might have some quotations in it. Like: $thecomments = how you "like me now" I'm trying to display the value of that variable in an input box using the value=" " as shown below; however, the double quotations are screwing me up. Can someone pleas

[PHP] Help Formatting String into URL

2004-07-10 Thread Ryan Schefke
oogle.com" and doesn't have http:// in front of it .if you know of a better way to securely check/format a url like this please let me know. Thanks, Ryan

RE: [PHP] Re: Help Formatting String into URL

2004-07-10 Thread Ryan Schefke
quot;http://www.$url";; } return $result; } ?> -Original Message- From: Frank Voorburg [mailto:[EMAIL PROTECTED] Sent: Saturday, July 10, 2004 9:59 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: Help Formatting String into URL Ryan, You can use

[PHP] Uploading a directory of files

2004-07-16 Thread Ryan Schefke
Does anyone have a script to upload a directory full of files? .something like a recursive upload. Thanks, Ryan

[PHP] keeping fields moving forward

2007-08-21 Thread Mike Ryan
I am creating a series of forms that collect information this covers 3 screens before I want to write it out to the database. when I go from one screen to the next I have tried hidden and readonly input boxes but the data in the hidden and readonly fields from screen one do not make it to the fina

Re: [PHP] keeping fields moving forward

2007-08-21 Thread Mike Ryan
"Jim Lucas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Mike Ryan wrote: > > I am creating a series of forms that collect information this covers 3 > > screens before I want to write it out to the database. when I go from one > > scree

[PHP] Re: keeping fields moving forward

2007-08-21 Thread Mike Ryan
I think I have it fixed I had some code wrong in my variable this worked and did the job for me I am an old time type of programmer who is not very good with the object oriented programming and have not taken the time to learn some new tricks. one day I will. ""Mike Ryan"&quo

[PHP] date formatting

2007-08-29 Thread Mike Ryan
I would like to have my users input the date formate as mm-dd- mysql wants the data to come down as -mm-dd. The question I have is how do I convert from the mm-dd- to -mm-dd so that I can write it out to the database? -- PHP General Mailing List (http://www.php.net/) To unsubscri

Re: [PHP] Template system in PHP

2008-02-12 Thread Ryan A
Add my vote too for Smarty HTH, -R Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping -- PHP Gene

[PHP] AMP installer

2008-02-21 Thread Ryan A
lly... but dont have the time to pure over help docs for hours or days. Am on Win Vista premium. Thanks! Ryan -- - The faulty interface lies between the chair and the keyboard. - Creativity is great, but plagiarism is faster! - Smile, everyone lov

Re: [PHP] Re: AMP installer

2008-02-25 Thread Ryan A
Hey! Just a thank you to all who replied to this thread, I will be taking your suggestion and installing xampp, will post back if I hit any walls. Thanks again! Cheers! R Never miss a thing. Make Yah

[PHP] Digg like app..

2008-02-27 Thread Ryan A
Hello! Just a quick question... can anyone recommend a php app like digg _that you have used or know of well_? Does not seem too hard to make but if theres something like that already out there, wouldnt mind modifying it to my needs. TIA Cheers! Ryan

[PHP] problem with this regex to remove img tag...

2008-03-16 Thread Ryan A
\s*)/?>', '', $html); echo $html; ?> Any help appreciated. TIA, Ryan -- - The faulty interface lies between the chair and the keyboard. - Creativity is great, but plagiarism i

Re: [PHP] Re: problem with this regex to remove img tag...

2008-03-16 Thread Ryan A
Thanks guys! This (From Tul/Sokolewicz): $html = preg_replace('#(<[/]?img.*>)#U', '', $html); worked perfectly! I'm just learning this stuff so its extremly hard for me... i have been messing around with PHP for years but rarely even dipped my toes into the REGEX part as I think it would be e

[PHP] Comparing file creating dates...

2008-03-22 Thread Ryan S
)." ".$file_time_details[0].""; if (file_exists($directory_with_files.$rem_address.".txt")) { if (getdate(filectime($directory_with_files.$rem_address.".txt")) < $threshold) {echo "Please wait more than 1 minute before posting.";}

[PHP] autoload with namespace

2008-04-01 Thread Ryan Panning
I haven't been keeping an eye on this list so if this has come up before please point me in the right direction. :) Playing around with dev PHP 5.3 and namespaces, I'm finding it hard to write an autoload function. Since autoload will be triggered on any namespace call, the request could be fo

Re: [PHP] autoload with namespace

2008-04-02 Thread Ryan Panning
Jochem Maas wrote: essentially it boils down to replacing '::' with '/' to determine the path from the namespace in your case - that is easy enough, your still stuck with finding out whether your being asked to load a namespace, class, or function (do namespaced functions even trigger an autolo

Re: [PHP] autoload with namespace

2008-04-02 Thread Ryan Panning
Richard Heyes wrote: err-um sorry for the noise; actually the namespaces work w/ functions as well. So not OO specific? Is there anything I can read that describes them? Yes, it's on the docs site. Although this continues to change as I believe brackets {} are now the declaration method (but

[PHP] Re: autoload with namespace

2008-04-02 Thread Ryan Panning
Colin Guthrie wrote: Ryan Panning wrote: Your idea for replacing '::' with '/' is good but I'd think it'll interfere with the arithmetic operator '/'. I'm sure they must have discussed such options. He didn't mean doing that in the code syntax

Re: [PHP] How to get a code review?

2008-04-03 Thread Ryan Panning
Robert Cummings wrote: You could provide links to the source code and post the links here. Pastebin is often used... http://www.pastebin.com Cheers, Rob. Another good option is PHP Builder, they have a forum setup specifically for code reviewing. They have a large user base too. http://phpb

[Fwd: Re: [PHP] Character set problems]

2008-04-04 Thread Ryan Yagatich
t in PHP, but may not fix it for any .html file that's on the server -- even with the appropriate meta tags, check apache's 'AddDefaultCharset' setting too. Regards, Ryan Yagatich -- Pantek, Inc. - http://www.pantek.com/ - [EMAIL PROTECTED] +1-877-LINUX-FIX - Expert Open Source Technical Support -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Dynamic dropdown lists (select)

2008-04-04 Thread Ryan Yagatich
hanks in advance > > Angelo > > Web: http://www.elemental.co.za > > > > Regards, Ryan Yagatich -- Pantek, Inc. - http://www.pantek.com/ - [EMAIL PROTECTED] +1-877-LINUX-FIX - Expert Open Source Technical Support -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Why my mails are not received by Hotmail users?

2008-04-04 Thread Ryan Yagatich
mName are either set just like you have them, or are sanitized prior to input -- otherwise, your email has spammer written all over it! > $mailSubject = "Hi! " . date('h:i:s A'); > $mailMessage = "Hi,\n\nHow are you?\n" . date('l dS \of F Y h:i:s A&

Re: [PHP] Multi sessions - IE

2008-04-04 Thread Ryan Yagatich
Thiago Pojda wrote: > Does anyone know how to fix this? Add a hidden PHPSESSID field in every form > (instead of cookies) would solve my problem or is this a server-side thing? > > you mean like session.use_trans_sid in php.ini? Regards, Ryan Yagatich -- Pantek,

[PHP] dynamic boxes problem... JS and PHP

2008-04-08 Thread Ryan S
DOES show me all values... in IE7 _not_ in FF (am using 2.0.0.13) Anybody else face anything like this? Is this a bug in FF? Is $_REQUEST wrong to catch this? Dont know what the @#$@ to do... ANY help even a link to a site which can shed a little light would be appreciated. Thanks in advance. /Ryan

Re: [PHP] dynamic boxes problem... JS and PHP

2008-04-08 Thread Ryan S
the request/post variables... Yep, checked that. IE is getting it... FF is not. Which is really strange as IE is usually the bit*h that usually throws weird errors and results. Daniel, Thanks for replying! > Ryan, would it be possible for you to send an actual link to the > page in ques

<    5   6   7   8   9   10   11   12   13   14   >