[PHP] help with install to one page only

2005-04-24 Thread Lisa A
I need help with this please. I've just got a calendar script that was simple to upload the files. I was told to just add this code into the page ( I want the calendar to go: d)Add the following lines in the file where you want HEC (Event Calendar) to be displayed Note: Your file shou

[PHP] phpclasses formerly Flash integration

2005-04-25 Thread Ryan A
> Hello, > on 04/25/2005 06:17 AM Khuram Noman said the following: > > I want to develop a shopping car in flash using php so > > there any good tutorial or sample code that explain > > the flash integration with php > It depends on what you mean by Flash integration.

Re: [PHP] phpclasses formerly Flash integration

2005-04-25 Thread Ryan A
On 4/25/2005 4:31:42 PM, Chris Ramsay ([EMAIL PROTECTED]) wrote: > I must admit, I agree with Ryan A's points - I used to visit the site > regularly, but the ads and stuff have put me off a little bit these > days... The main reason I am so pissed right now is, I recommended the si

Re: [PHP] link generating script

2005-04-25 Thread Ryan A
On 4/25/2005 5:23:16 PM, Ed Dorsch ([EMAIL PROTECTED]) wrote: > I'm scripting a photo gallery page that generates links (1 through $max), sends the selected number in the url, then displays a set of photos based on the number. However, I want it to display the number of the current

RE: [PHP] link generating script

2005-04-25 Thread Ryan A
Hey, This is a common mistake...have a look at what you wrote: >if ($n=$Pagenum) {print ' ' . $n;} take a look againsee the problem? The above will always validate to true...reason being...you gotto use the equal to equal to instead of just equal to...like this: if ($n==$Pa

Re: [PHP] Re: PHP Designer 2005

2005-04-26 Thread Ryan A
On 4/26/2005 3:12:10 PM, The Disguised Jedi ([EMAIL PROTECTED]) wrote: > > Contact the company who wrote the software > you're trying to use for > > support. > Already done. They haven't > responded in more than a week. Keep pestering theman email every

Re: Re[2]: [PHP] Re: PHP Designer 2005

2005-04-26 Thread Ryan A
> Hello Ryan, Hey Rich, > >> Already done. They > haven't responded in more than a week. > > RA> Keep pestering theman email every day or maybe 2+ emails > RA> everyday. > > No - sorry but this advice isn't > fair. PHP Designer 2005 is a FREE

[PHP] logical advise

2005-04-26 Thread Ryan A
Hey, am a bit stumped as to how to do this: We are allowing users to make "categories" , then they upload their pics to one of these categories. Should I have two tables: user_categories pic_details or should I use one table for both? Seems silly , but my heads feeling "loo

[PHP] Re: phpclasses formerly Flash integration

2005-04-26 Thread Ryan A
Hi, > >>several classes that provide different kinds of Flash integration: > >>http://www.phpclasses.org/browse/class/102.html > > True, but going there has become a real pain in the ...you know where > > coz you get a crapload of popups, > I understand you do

RE: [PHP] Re: phpclasses formerly Flash integration

2005-04-26 Thread Ryan A
Hey Jay, > I think that your entire response was out of line Ryan. Anyone who wants > to make a profit deserves to do so. I would have to bet that the margin > is not nearly high enough to 'buy a Ferrari'. He has worked hard for any > success he has gained and for you to

Re: [PHP] Re: phpclasses formerly Flash integration

2005-04-26 Thread Ryan A
ads > > or whatever then make this a private discussion instead of eating up the > > PHP news server's resources. Makes sense, no good can come of it anyway, it IS his site and if he want to have a big fu** you on the first page..., he can...its his site. Like I said above, no good

[PHP] Re: phpclasses formerly Flash integration

2005-04-26 Thread Ryan A
On 4/27/2005 1:29:02 AM, Manuel Lemos ([EMAIL PROTECTED]) wrote: > Hello, Hi, Thanks for replying. I know I can take you up on a number of points that you have written that just dont add up, for example: "It is not a matter of greed but rather of keeping the site open dedicating full

Re: [PHP] Templating engines

2005-04-28 Thread Ryan A
> I'm a big fan of include(). ;) Ditto! -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.10.4 - Release Date: 4/27/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Templating engines

2005-04-28 Thread Ryan A
> > Ive been using smarty (http://smarty.php.net) > > > > Just FYI, > you've opened the door for a holy war, as temlating and > template engines are a fairly volatile topic, with many people holding > very extreme opinions on the subject. > > (me? I use Sma

Re: [PHP] Re: Templating engines

2005-04-28 Thread Ryan A
On 4/28/2005 7:08:00 PM, Evert | Rooftop Solutions ([EMAIL PROTECTED]) wrote: > Ryan A wrote: > >So just because you use smarty you think you are smart and have the right > to be smart..who the hell do you think you are?? > > >Sorry, just giving an example of how a jackass

Re: [PHP] Re: Templating engines

2005-04-28 Thread Ryan A
> > > I would go for a xml-style template engine (start flaming right below > > > this thread) > > Flaming??? who has time to start flaming after reading what you wrote? > > am busying banging my head against the wall. > To state the obvious... the above is

Re: [PHP] Re: Templating engines

2005-04-28 Thread Ryan A
/* Mind you I don't post much at all anymore since I became a father a year and a half ago... priorities you know :) */ Almost forgot, congrats on your kid. Cheers, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266

Re: [PHP] Re: Templating engines

2005-04-28 Thread Ryan A
On 4/28/2005 8:05:31 PM, John Nichel ([EMAIL PROTECTED]) wrote: > Jason Barnett wrote: > > > > > Humor is on my "TODO" list. > > > > Making a TODO list is on my TODO list. hehe used to be on mine too, then I finally made a TODO list and now I have

Re: [PHP] Re: Templating engines

2005-04-28 Thread Ryan A
On 4/28/2005 8:18:28 PM, Andre Dubuc ([EMAIL PROTECTED]) wrote: > On Thursday 28 April 2005 02:05 pm, John Nichel wrote: > > > Jason Barnett wrote: > > > > > > > > > > Humor is on my "TODO" list. > > > > > > Maki

Re: [PHP] Re: Templating engines

2005-04-28 Thread Ryan A
/* I'm working on a xml-based templating system, which caches all the steps it does, so it overcomes the slowness =) And ofcource because I like xml and all the neith things you can do with it. */ Sounds like you are pretty good with xml... i know very little of XML, do you have a link I can

RE: [PHP] Re: Templating engines

2005-04-28 Thread Ryan A
> [snip] > > Jason Barnett wrote: > > > > > Humor is on my "TODO" list. > > > > Making a TODO list is on my TODO list. > > [/snip] > > > > Now, I know that we all love to discuss small dogs from Kansas, but I've >

[PHP] Problem query (0T)

2005-04-30 Thread Ryan A
Hey, I know this belongs more on the mysql list, but I'm not a member there and I dont often have problems queries plus dont have time to join then ask just this one q and then unsub...so if possible please help :-) I have these two tables: jappz_guestbook(owner_cno, sent_datetime, is_s

RE: [PHP] Problem query (0T)

2005-04-30 Thread Ryan A
Hi Pablo, Thanks for replying. The problem is the images are not coming properly go here :http://www.jappz.com/prob.gif and you will see the results i am getting when i should be getting the images according to the red arrows there. Thanks, Ryan On 5/1/2005 1:56:23 AM, Pablo Gosse ([EMAIL

[PHP] forms

2005-05-02 Thread Lisa A
Does anyone know of a good easy php script or Form that we can use with Front Page. We need a form to get results, that actually sends the results in a format that is easy to read. Not all run together with no spaces, etc. like the Front Page forms. Thanks, Lisa A -- PHP General Mailing List

[PHP] age function

2005-05-04 Thread Ryan A
Hey, Anybody have an age function where i can pass a date object and get back an int? eg: $years_old=get_years("1979-12-07"); Thanks, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.11.2 - Release Date: 5/2/200

[PHP] Re: age function

2005-05-04 Thread Ryan A
quot;; Cheers, Ryan -- Hey, Anybody have an age function where i can pass a date object and get back an int? eg: $years_old=get_years("1979-12-07"); Thanks, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Viru

[PHP] Sudden php death

2005-05-04 Thread Ryan A
Hi, An ad software we were running suddenly stopped working; eg: it stopped serving ads but the control panels were still working perfectly and the site didnt go down. It was serving around 10,000-30,000 ads per day when it konked out, its not using persistant connectionscan anybody take a

[PHP] Re: forms

2005-05-04 Thread Lisa A
Thanks for the info, but do I create the form in front page then? Where does this script go? Do I save the php you sent as a results page? thanks, Lisa A "Jason Barnett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Lisa A wrote: >> Does anyone know of

RE: [PHP] Sudden php death

2005-05-04 Thread Ryan A
> But other PHP is still running, right? Dude, it is either a specific > > problem with the ad code itself, the database it is using, something. > > Have you even checked a log? Is the disk full? Basic troubleshooting - > > what have you done? Help us to help you. Hey, Sorry

RE: [PHP] Request to subscribe

2005-05-04 Thread Ryan A
On 5/4/2005 5:10:17 PM, Jay Blanchard ([EMAIL PROTECTED]) wrote: > [snip] > > I M.V.Satyanarayana Reddy, working as a PHP Programmer requesting to > > join this to share the PHP General. > > [/snip] > > > > Your wish is granted. http://www.php.net/mailinglists &g

Re: [PHP] newsgroup

2005-05-06 Thread Ryan A
Hey, Check out: http://lists.mysql.com/ Cheers, Ryan On 5/6/2005 1:49:18 PM, Anasta ([EMAIL PROTECTED]) wrote: > Anyone know a good mysql newsgroup to compliment thid php newsgroup > > > > > > > > > > -- > > PHP General Mailing List (http://w

[PHP] Random but ordered..

2005-05-07 Thread Ryan A
Hey, I have been screwing around with this code for around a day and am hitting a wall, any help would be appreciated. Basically, I am working on a site that queries the DB for companies and the plans the company is offering, the DB is quite big (a few thousand records in each of the 20 tables

[PHP] Between Query (0T)

2005-05-08 Thread Ryan A
Hi, Sorry I know this is OT but I'm hoping someone will still help...it should be quite simple :-) I have a field in the database called "age" which is a DATE field. I also have a webform where the user can select between which ages he wants the records shown... eg: if he typ

Re: [PHP] Between Query (0T)

2005-05-08 Thread Ryan A
t; On Sunday 08 May 2005 15:20, Ryan A wrote: > > > Hi, > > > Sorry I know this is OT but I'm hoping someone will still help...it should > > be quite simple :-) > > I have a field in the database called "age" which is a DATE field. > > > >

Re: [PHP] Between Query (0T)

2005-05-08 Thread Ryan A
On 5/8/2005 5:33:46 PM, Richard Collyer ([EMAIL PROTECTED]) wrote: > Ryan A wrote: > > > Hi, > > > Sorry I know this is OT but I'm hoping someone will still help...it should > > be quite simple :-) > > I have a field in the database called "age&qu

Re: [PHP] Between Query (0T)

2005-05-08 Thread Ryan A
On 5/8/2005 4:31:18 PM, Duncan Hill ([EMAIL PROTECTED]) wrote: > On Sunday 08 May 2005 14:20, Ryan A wrote: > > > Hi, > > > Sorry I know this is OT but > I'm hoping someone will still help...it should > > be quite simple :-) > > I have a field in the da

Re: [PHP] Between Query (0T)

2005-05-08 Thread Ryan A
;SELECT field1,field2,field3 FROM `table_name` WHERE `age` BETWEEN " . $Lower . " AND " . $Upper; $result = myqsl_query($sql); etc Cheers Richard Hey Rich, Thanks! That is EXACTLY what I was looking for and instead I got around 10 people sending me a link to the mySql manua

Re: [PHP] Between Query (0T)

2005-05-09 Thread Ryan A
On 5/9/2005 9:47:50 AM, Burhan Khalid ([EMAIL PROTECTED]) wrote: > Ryan A wrote: > > > > > > Your looking at something like. For ages between 21 and 23 > > > > > > $Upper = date("m-d-Y", mktime(0,0,0,date("m"),date("d"),date(&

[PHP] yet another php templating question

2005-05-10 Thread Ryan A
Hey, Since we are caught up in the templating season, I think its time for this one; We have just finished designing the software blueprint for a new PHP product, we usually used the "include() method" :-) to "template" U/I's for the clients but this one seems a bit bigge

Re: [PHP] yet another php templating question

2005-05-10 Thread Ryan A
Hey, > You are quite welcome to have a look at my template processor, there > is the start of some documentation at http://kwiktemplates.com/ Thanks Tom, will have a look at it, very gererious of you. Cheers, Ryan -- No virus found in this outgoing message. Checked by AVG Anti

Re: [PHP] Re: A couple questions about templating

2005-05-10 Thread Ryan A
Templating is tricky. It adds overhead on the processing end, but increases developer/designer efficiency. Finding a happy medium is the challenge. Yep, the last medium I found could communicate with the spirits fine...but she was real unhappy with life in general :-p Cheers, Ryan

Re: [PHP] Re: A couple questions about templating

2005-05-10 Thread Ryan A
On 5/10/2005 11:15:47 PM, [EMAIL PROTECTED] wrote: > > Yep, the last medium I found could communicate with the spirits fine... > but > she > was real unhappy with life in general > > > LOL! ... now that's not PHP talk =P Strange, from the time I joined this list I keep hearing about "PHP".

Re: [PHP] MySql injections....

2005-05-11 Thread Ryan A
Hey, I had the same questions a little while back, and from the advise i got on this list I checked out the PEAR:DB class and ADODB...I went with the ADODB solution and have not regretted it since. Check both of them out for your needs. Cheers, Ryan On 5/11/2005 12:50:14 PM, Bostjan Skufca

Re: [PHP] Re: Hello, I'm new...

2005-05-13 Thread Ryan A
amming PHP' by Rasmus Lerdorf, Kevin Tatroe and > 'Web > > Database Applications with PHP and MySQL' Hugh E. Williams, David > Lane. > > > > > > I would like to create a 'community' website and was wondering if there > > was a framework available

Re: [PHP] Re: hey dip shit

2005-05-17 Thread Ryan A
Well, I guess he was just talking to himself. Please forward this to your pal at [EMAIL PROTECTED] Cheers! On 5/17/2005 11:53:20 PM, Jason Motes ([EMAIL PROTECTED]) wrote: > Sorry for this post. A coworker was messing around with my computer and > sent it. > > Please direct a

Re: [PHP] Re: hey dip shit

2005-05-17 Thread Ryan A
Or why sometimes its ok to punch a friend in the mouth... On 5/18/2005 1:42:30 AM, Mary-Anne Nayler ([EMAIL PROTECTED]) wrote: > This is a perfect example of the reason why you should lock your screen > when you are away from your desk!! > > Jason Motes wrote, On 18/05/05 07:53 AM:

[PHP] RSS news feed (slightly 0T)

2005-05-18 Thread Ryan A
Hey, Can anyone suggest a few places where i can get some decent tech/programming/php news feeds? I presently have the PHP.net feed (but its not too good because the news does not change much in days) and I am using yahoo's feeds for "software", "digital music" and

Re: [PHP] hey dip shit

2005-05-18 Thread Ryan A
mine too On 5/18/2005 6:05:46 PM, Jochem Maas ([EMAIL PROTECTED]) wrote: > John Nichel wrote: > > Jason Barnett wrote: > > > >> John Nichel wrote: > >> > >>> Jason Motes wrote: > >>> > HAH > > >>> > >>> This list could really use an active moderator. > >>> > >> > >> Did Mr. Nichel just

[PHP] upload videos (might be a bit 0T)

2005-05-19 Thread Ryan A
Hey, I dont really know if this is a good idea so need more advise than anything. My cousins in the US and Canada want to send us some home movies (not that I like home movies ##yuck##) but the rest of my family wants to see them. We have a dedicated server which will easily handle a couple of

Re: [PHP] Image Verification - Problems in Safari, Mac OS X

2005-05-21 Thread Ryan A
Hey, used to have the same problem, solved it by having a random string in the img calling part. eg: first have a function to generate a modest random string (I use 8 chars) then in the image calling part call it something like this: as you can see above, its an over simplified version, but

[PHP] SMarty and commercial php (a little 0t)

2005-05-21 Thread Ryan A
Hey, This may belong more on the smarty list, but I thought i'll ask it here because in another way I need your opinion more than smarty advise. Like a lot of people on this list, I use a templating system (Smarty and another... mostly Smarty) when I am working on a project for a client... R

Re: [PHP] SMarty and commercial php (a little 0t)

2005-05-21 Thread Ryan A
Hey, > > I was wondering if its a good idea to template via smarty and include > smarty > > with my code? > > also instructions to setup smarty when setting up the application i > made? > > Good idea compared to what? Compared to a different templating > libr

Re: [PHP] Can I prevent Server variables from being spoofed ?

2005-05-23 Thread Ryan A
> > Question: do you deny access to your home because the person ringing the > bell > > is African? Or maybe because he is Muslim? Or because he/she > doesn't speak > > English? There are laws against discrimination and you shouldn't > create > > applications that deny access based on where the

Re: [PHP] timestamp to readabe date and time ?

2004-04-10 Thread Ryan A
On 4/11/2004 3:25:09 AM, Damian Brown ([EMAIL PROTECTED]) wrote: > I need to output a date and time that shows more clearly than just > outputting the timestamp > > what is the correct way to go about it ? > I have looked at getdate(), but I haven't fathomed it out yet

[PHP] Including a dynamic variable/file

2004-04-12 Thread Ryan A
Hi, I created a "control panel" for a client, he wanted the option of changing the template as whenever he pleases. Since he knows HTML I made it very simple by adding a header and a footer. He simple fills in 2 variables in Config.php: $client_header $client_footer In my scripts I am

Re: [PHP] Including a dynamic variable/file

2004-04-12 Thread Ryan A
Hi again, Disregard the last post, i found the problemthe variable was being overwritten by another one below Cheers, -Ryan On 4/13/2004 1:50:07 AM, Ryan A ([EMAIL PROTECTED]) wrote: > Hi, > I created a "control panel" for a client, he wanted the option of > changin

Re: [PHP] how do I make a script wait ?

2004-04-12 Thread Ryan A
Hey, Use the sleep() function. Cheers, -Ryan On 4/13/2004 4:42:56 AM, Damian Brown ([EMAIL PROTECTED]) wrote: > I am writing a script that searches through a database table, and then > there > is an array function below the searching, but the array function gets > executed before &g

[PHP] Recomedation for 2 scripts

2004-04-13 Thread Ryan A
ndant on PERL and certain versions of PERL...Know of any free PHP ones? 2. An affiliate system - Hot scripts has a load of them and the free ones arn't really all that good and the paid ones are pretty hard to judge...can you recomend one(or two) based on features and performance? Thanks, -Rya

RE: [PHP] Recomedation for 2 scripts

2004-04-13 Thread Ryan A
most things you might need > > Nunners > > > -----Original Message- > > From: Ryan A [mailto:[EMAIL PROTECTED] > > Sent: 13 April 2004 15:58 > > To: [EMAIL PROTECTED] > > Subject: [PHP] Recomedation for 2 scripts > > > > Hi, > > I&

[PHP] Partly matching a field (Slightly 0T)

2004-04-14 Thread Ryan A
Hi, I have a field "client_id" in the database and I have a search from where the client can enter the client_id to match from the database and then return the accounts details. Later on we had to tack a -- after the client id, eg: if the original client id was: sadf_234 after the

Re: [PHP] Unwanted e-mails

2004-04-16 Thread Ryan A
Got up this morning and the coffee tasted bad and then burnt my tongue on it :-( Client again didnt pay on time. Someone was in the bathroom when I wanted to go. Sitting to long in front of the computereyes are paining. Weed should be legalised here as in Amsterdam. Need more women in my life..

Re: [PHP] Unwanted e-mails

2004-04-19 Thread Ryan A
> when i talked to my internet people about those sorts of emails like > btconnect and pandasoft virus warnings all they told me was that some > spammer person had probably tagged the php mailinglist database of email > addresses and are now bouncing emails around all the php mailing list > people

Re: [PHP] Unwanted e-mails

2004-04-19 Thread Ryan A
- crap, I probably am too! I demand that you retract your > heathen prayer at once! Besides, who says there's only one God? And > maybe they want sacrifices and not a bunch of mumbling under your breath > when misfortune strikes ;) Hey Rob, The last thing I want to start is a religion d

RE: [PHP] PHP Web Hosting

2004-04-20 Thread Ryan A
On 4/20/2004 3:03:36 PM, Martin, Stanley G [Contractor for Sprint] ([EMAIL PROTECTED]) wrote: > This was the email I was looking for. I found my answer in this forum. > Come to find out, the owner of Domehost.com was in jail and it was/is a > one man operation. Too bad, everything the

RE: [PHP] PHP Web Hosting

2004-04-20 Thread Ryan A
HP Web Hosting": > > >-{ Rene Brehmer }- wrote: > >> At 21:19 19-04-2004, John Nichel wrote: > >> > >>> Greg Donald wrote: > >>> > >>>> Your signature is twice the rfc1855 suggested limit. > >>>> http://www.faqs.or

[PHP] Escape problems...why?

2004-04-22 Thread Ryan A
Hi, I am accepting some SQL via a textarea on a webform and then saving that SQL in the database for later use everythings working fine on our test servers but for some reason on our clients servers its screwing up. For example this insert statement: insert into test_ing values('a',

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

2004-04-22 Thread Ryan A
Hey John, Thanks for replying. I cant use strip slashes because there are a number of scripts doing DB things and searching for all of them and modifying things just for one client can be a royal PITA. I tried to use "php_flag magic_quotes_gpc off" in the *existing* .htaccess fi

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/) To unsubscribe, visit: h

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

2004-05-12 Thread Ryan A
On 5/13/2004 4:29:52 AM, [EMAIL PROTECTED] wrote: > hey... > > hi. > we're looking for a good/really good web based user directory > application. we'd > like the app to be able to allow users to login, and add > information to their profile. > we'd prefer

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.php.net/) To unsubscribe,

RE: [PHP] PHP Website Architecture

2004-05-07 Thread Ryan A
On 5/7/2004 5:47:47 PM, Jay Blanchard ([EMAIL PROTECTED]) wrote: > [snip] > I have a question regarding website design with PHP. Is it better to > have a > single PHP script produce different content or have a separate PHP > script > for every action. > > For example, if

[PHP] How to duplicate this functionality?

2004-05-14 Thread Ryan A
Hi, I just visited a popular swedish based site that is mostly powered via ASP, they have one little piece of functionality this is really puzzling me and I would like to add it to one of my working apps (a shopping cart)... Its a bit hard to explain so will give you the steps so you can go to

Re: [PHP] How to duplicate this functionality?

2004-05-14 Thread Ryan A
Hey Rob In linux under Netscape 7 and Opera 7.2 it reloaded the page :/ That said looking at the URL when the mouse is over the link: http://www.blocket.se/new?caller=ogl_s&l=0&rm_id=2595475&city=0 The rm_id is being set as a GET variable with an appropriate ID to remove the en

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
that your connection is too > fast :) -/SNIP- Hehe, yeah, I guess that might be the "culprit" too...i'm on a 10mb line..the highest download speed I have clocked on DC++ was 990k-1110k a second but regularly have 600k a second downloads when downloading movies off DC++. Ohh the w

RE: [PHP] How to duplicate this functionality?

2004-05-15 Thread Ryan A
> It's fairly simple: at the top of your script, have a block of code similar > to the following, and have the link point to > -- > $_SERVER['PHP_SELF']."?rm_id=".$id_to_be_deleted > -- > I'll > leave out all but the essential elements. > &

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

2004-05-15 Thread Ryan A
27;t look like there's any reload > at all. > > It has a pretty cool effect when you up the "duration" and use it for > > totally different pages too... > it's just really fun to play with. Just > > stick it into the header of your page. > > This is

[PHP] Forums

2004-05-16 Thread Ryan A
Hey, Just spent 2 hours at hot scripts searching for a good forum software, after going through 15 pages I found: "PBLang - International PHP-forum" which seems good. If anybody has used it...I would appreciate you telling me how your experience with it was...good, bad and anything in b

Re: [PHP] Forums

2004-05-17 Thread Ryan A
Hey Guys, Thank you all for your suggestions. I had a bad experience with phpBB ver 1 some years ago...someone defaced my forum index page...and it runs pretty slow..so thats out (they got in through the upload image function, its been fixed). Invision Power Board & vBulletin.

Re: [PHP] Simplistic PHP tutorial

2004-05-25 Thread Ryan A
> > > Hi, > > > > > > I've looked at the php.net tutorial, and though I'm learning some > things > > > from it, > it's still a bit over my head. It seems to presuppose a comfort > > > level with programming which I do not have. >

[PHP] Unable to load pages with errors

2004-05-28 Thread peter a
I have stumbled on something that is new for me. Usually when I get a PHP error I print them on the page, but suddenly pages with errors don't load at all, in IE I get the usual "The page cannot be displayed" and in Lynx I get "Alert!: Unable to access document." I

Re: [PHP] Unable to load pages with errors

2004-05-28 Thread peter a
Thanks, but that didn't take me anywhere. My browser still seems to hang itself or load a part of the page. I suppose it could be any of my http-processes that freezes up.. but I don't seems like it and I don't know why it would. Doesn't matter which browser I use eithe

Re: [PHP] Unable to load pages with errors

2004-05-28 Thread peter a
Nothing complicated at all. It loops out some values from a MySQL database with not more than 20 entries. It's not that.. /peter Chris W. Parker wrote: peter a <mailto:[EMAIL PROTECTED]> on Friday, May 28, 2004 9:06 AM said: Thanks, but that didn't take me anywhere. My bro

Re: [PHP] Unable to load pages with errors

2004-05-28 Thread peter a
It not just that page.. it is all pages the will generate some sort of PHP error. Instead of the usual error output I get nothing. /peter Chris W. Parker wrote: peter a <mailto:[EMAIL PROTECTED]> on Friday, May 28, 2004 9:12 AM said: Nothing complicated at all. It loops out some

Re: [PHP] Unable to load pages with errors

2004-05-28 Thread peter a
No the file is there. I see it in the access logs for apache (even though last night it didn't even show up there.. ), but it refuses to load. Every time I get a PHP error the page freezes up and my browser tries to load it forever or I get "The page cannot be dispalyed". The

Re: [PHP] Unable to load pages with errors

2004-05-28 Thread peter a
PHP configuration has not been changed though... so it's just strange.. I read something about a similiar trouble if you SSL on the server, I have SSL installed but this site is not under https. Anybody now anything about that? /peter Chris W. Parker wrote: peter a <mailt

Re: [PHP] Unable to load pages with errors

2004-05-28 Thread peter a
I have not changed my configuration lateley, what I know of. There is another guy working on the server, but he said he had changed nothing either. I've been running this configuration for a couple of months now and it has never caused me any troubles. /peter Michael Sims wrote: pe

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

2004-05-30 Thread Ryan A
Hey, A prospective client has asked me to try to convert his Swedish site so that visitors have a choice between Swedish and English, which is not a problem as I am fluent in both languages. After going through the site to convert I was just checking out the current pages and I saw that all the

[PHP] Simple calender

2004-05-30 Thread Ryan A
Hey, been looking at a lot of calenders most of them are either too big for my use (whole page), not free, in javascript or too complicated. I require a calender that is simple, loads fast,small and not javascript, the closest I found is at: http://scripts.franciscocharrua.com/calendar.php

[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] "Date object"

2004-06-01 Thread Ryan A
Hi, 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 date object as its only parameter." I checked out the manual and tried a timestamp, and

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

[PHP] Simple cms type system

2004-06-09 Thread Ryan A
Hi, A while back I started a thread for "lasso" as a client wanted a site translated to english, still in talks with that client and he is willing to let me do it in pure PHP instead as I dont know lasso and not very keen on buying one of their licences. Anyway, it seems that the cl

RE: [PHP] Simple cms type system

2004-06-09 Thread Ryan A
dules from the core system. > > Only replying with a plug of our own product since it was > specifically asked for. Is this within the ettiquette rules > of this particular list? > > James > Hey James, If its not open source...is it at least free? Thanks, -Ryan -- PHP General Ma

RE: [PHP] Simple cms type system

2004-06-09 Thread Ryan A
not? Even if it does cost money... you get a solution that solves your > client business problem. You don't have to spend the time to develop it > yourself. You can more onto other things for that client, speeding up > their project and in turn making you look that much better. &g

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
WTF? Who gives a rats ass about this? Nearly everyone on this list has php related commerical products but nobody advertises it here or announces it when they make or update their products unless its very closely related to php (and usually free), your product does not fall in either category, so

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

2004-06-10 Thread Ryan A
On 6/10/2004 6:42:20 AM, [EMAIL PROTECTED] wrote: > > WTF? > > Who gives a rats ass about this? > > > > Nearly everyone on this list has php related commerical products but > > nobody advertises it here or announces it when they make or update > > their product

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

2004-06-10 Thread Ryan A
Hey, > > A php tool that converts code to binary > This I would love to see .. Yep, can hardly wait myselfcheck out www.roadsend.com , looks promising and they need volunteers to help out. (I have no connection at all to the roadsend.com company/website NOR do i get anything

Re: [PHP] Simple cms type system

2004-06-10 Thread Ryan A
> My fav PHP-CMS is textpattern , but it's Hey, Thanks for the link. Am still searching as nearly every system I looked at is far far too much in features / price or my needs are just too small I guess. Just need something that will allow me to use my design and all

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