Re: [PHP] How to test the load

2001-12-14 Thread Dan McCullough
(http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] = dan mccullough Theres no such thing

Re: [PHP] How to test the load

2001-12-14 Thread Dan McCullough
: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] = dan mccullough Theres no such thing as a problem unless the servers are on fire! __ Do You

Re: [PHP] PHP command for issuing UNIX command???

2001-12-14 Thread Dan McCullough
administrators, e-mail: [EMAIL PROTECTED] = dan mccullough Theres no such thing as a problem unless the servers are on fire! __ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions

Re: [PHP] PHP Logo?

2001-12-21 Thread Dan McCullough
several mock logos, and then working on this finished project, but it seemed the further along the path we got on the discussion, the further off track we got. there seemed to be a lack of direction and a lack of a process. dan mccullough web technology garnethill.com 603.823.5545 x 1119

[PHP] Merry Christmas Everyone

2001-12-25 Thread Dan McCullough
Merry Christmas Everyone ... __ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP] Help on a quick questions

2002-01-03 Thread Dan McCullough
thanks dan = dan mccullough Theres no such thing as a problem unless the servers are on fire! __ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com -- PHP

[PHP] Supplied argument is not a valid MySQL result resource

2002-01-08 Thread Dan McCullough
I know this is a common error, but what does it mean. This snippet of code is something I use all the time. help please. dan __ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ -- PHP General Mailing

Re: [PHP] Supplied argument is not a valid MySQL result resource

2002-01-08 Thread Dan McCullough
Regards, Andrey Hristov - Original Message - From: Dan McCullough [EMAIL PROTECTED] To: PHP General List [EMAIL PROTECTED] Sent: Tuesday, January 08, 2002 6:47 PM Subject: [PHP] Supplied argument is not a valid MySQL result resource I know this is a common error, but what does

[PHP] Error notification and pretty error page

2002-01-21 Thread Dan McCullough
How can i include error notification, like if an MySQL error occurs, to notify me of the offending page and what the error was, while having the page die quietly or nicely, like an message saying that the webmaster will be notified please continue? = dan mccullough

[PHP] Exchange substitute

2002-02-12 Thread Dan McCullough
I'm doing a project to move my company off of microsloth exchange. I have dont qmail with courier imap, now I was looking for suggestions for the rest of exchange features, calendaring, scheduling and so on and so forth. Is there one good package? Suggestions. thanks, dan

[PHP] Quick question

2002-06-14 Thread Dan McCullough
I have a form, and if someone doesnt fill in a field it returns and asks them to filling in the missing field. I have made it so that the person doesnt lose everything, currently they will lose radio button information or checkbox information. Can someone tell me how to best keep it so the

[PHP] Evaluation. Easy Question but I need some help

2002-06-14 Thread Dan McCullough
I'm trying to evaluate form submissions. When I return a form submission cause of a missing field I want the radio and checkboxes to reflect what the client submitted. So if somone forgets to fill in their address, but has done everything else fine, I dont want them to have to refill out the

[PHP] find replace quotes with single quotes

2002-06-18 Thread Dan McCullough
I need to strip out the double quotes and replace it with single quotes. Any help would be appreciated. __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- PHP General Mailing List

Re: [PHP] find replace quotes with single quotes

2002-06-18 Thread Dan McCullough
Here is the snippet of code I'm working with. htmlMsg = displayMsg.replace(/\/gi,newHTML); --- Adam Voigt [EMAIL PROTECTED] wrote: Hope this helps ya: str_replace(\,',$data); Adam Voigt [EMAIL PROTECTED] On Tue, 2002-06-18 at 09:54, Dan McCullough wrote: I need to strip out

[PHP] HELP!!! Word count

2002-07-11 Thread Dan McCullough
I have some clients who want to charge a flat rate for words entered, but over a certain number of words there is an additional charge, to complicate matters there is an option/addon where you can bold the lines, and there is a charge per line, so you have to calculate the total number of

[PHP] Supplied argument is not a valid MySQL result resource

2002-04-28 Thread Dan McCullough
What does that error mean? $result = mysql_query('select * from aannh_towns;'); echo 'info stored'; while ($query_data = mysql_fetch_array($result)) { echo , $query_data['town'], , $query_data['town_id'], ; } ? = dan mccullough

[PHP] Question about string replace -PHP

2002-05-13 Thread Dan McCullough
it to. Any help .. = dan mccullough Theres no such thing as a problem unless the servers are on fire! __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com

[PHP] Array question - Please help

2002-05-23 Thread Dan McCullough
Here is the problem. I have over 60 subdomains to check on a regular basis. I wrote a php script that gets a list from a text file and then checks whether it can open that domain/subdomain. That works great. My problem is that everything is lumped together, so I have to scan a list of 60

[PHP] using PHP on forms submitted to other sites - HELP

2002-08-16 Thread Dan McCullough
We have a client that has a form that submits to a payment processor to handle the cc processing. The visitor gets what he wants and then comes to a verification page on our clients site. He wants to buy it so he clicks the submit button and hes gone, to the payment processors site. We want

[PHP] test

2002-08-16 Thread Dan McCullough
test = Theres no such thing as a problem unless the servers are on fire! __ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com -- PHP General Mailing List

[PHP] A quick question - Help Please !

2002-08-19 Thread Dan McCullough
Hello everyone, I have a quick question. I am trying to do two seperate things on one submission, it would be easy if I was submitting to my own page, but I am submitting to a payment processor company, and so several things will occur off-site, and there is nothing that comes back from the

RE: [PHP] A quick question - Help Please !

2002-08-19 Thread Dan McCullough
? Travis Trout -Original Message- From: Adrian Murphy [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 10:48 AM To: Dan McCullough; PHP General List Subject: Re: [PHP] A quick question - Help Please ! to do it with javascript u could post the form to another local page

[PHP] String breaking up

2001-10-26 Thread Dan McCullough
I was looking to take a string like Dan and return it like D A N is it the str function that does that = Dan McCullough --- Theres no such thing as a problem unless the servers are on fire! h: 603.444.9808 w: McCullough Family

[PHP] Breaking a string

2001-10-26 Thread Dan McCullough
I was looking to take a string like Dan or Dan is great and return it like D a n or D a n i s g r e a t is it the str function that does that and if so does someone have an example? thanks = Dan McCullough --- Theres

Re: [PHP] String breaking up

2001-10-26 Thread Dan McCullough
rtoupper() function if you mean to have everything uppercase like in your example. Rick I was looking to take a string like Dan and return it like D A N is it the str function that does that ===== Dan Mc

Re: [PHP] Running PHP from Telnet/Cron

2001-11-13 Thread Dan McCullough
, Robert -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] = Dan McCullough

Re: [PHP] Re: Can If Else statements be split into code blocks??

2001-11-14 Thread Dan McCullough
the list administrators, e-mail: [EMAIL PROTECTED] ===== Dan McCullough --- Theres no such thing as a problem unless the servers are on fire! h: 603.444.9808 w: McCullough Family w: At Work _

[PHP] Quick question about no result

2001-11-15 Thread Dan McCullough
I want to show a default piece of information if my query returns no result, and what I mean by no result is the query for a store in a certain state doesnt exist. thanks dan = Dan McCullough --- Theres no such thing

[PHP] Supplied argument is not a valid MySQL result

2001-11-15 Thread Dan McCullough
; } } else { $store_name .= Copeland Furniture Company StorebrMain StreetbrBradford, Vermont 05033br802-222-5300bra href=\http://www.copelandfurniture.com/companystore\; target=\new\Copeland Furniture Company Store/a; } MYSQL_CLOSE(); = Dan McCullough

Re: [PHP] Re: Supplied argument is not a valid MySQL result

2001-11-15 Thread Dan McCullough
Got it to work. I had made a change that deleted something, not sure what, but when I went back a revision it worked, and I just added back in the html that I needed to use, but I was more careful. --- Richard Lynch [EMAIL PROTECTED] wrote: Dan McCullough wrote: Warning: Supplied argument

[PHP] Database design/relationship basics book

2001-11-16 Thread Dan McCullough
Does anyone have some recommendations for database books. This is something that I want to get better versed in as I have gotten along by visualizing the database and its relationship for small projects, but I think I need a better base and more knowledge. Recommendations can before both

Re: [PHP] WXFEED Weather Script

2001-11-20 Thread Dan McCullough
administrators, e-mail: [EMAIL PROTECTED] = Dan McCullough --- Theres no such thing as a problem unless the servers are on fire! h: 603.444.9808 w: McCullough Family w: At Work

Re: [PHP] Can PHP take input from the command prompt interactively?

2001-11-25 Thread Dan McCullough
An example for ya #!/usr/local/bin/php -q ?php /* file name: shellexample.php created by: dan mccullough date created: 10/26/01 purpose: just to do a simple shell script that takes the input and places its output on the screen For more information contact Dan McCullough at 603.444.9808

[PHP] Need a script that will read Apache Log files and generate reports

2001-11-26 Thread Dan McCullough
Anyone have an idea, I know there are perl scripts, but I would have to set up Perl and other stuff on my server to do this ... I dont want to. Does anyone know where the access log reader/displayer can be found. __ Do You Yahoo!? Yahoo!

Re: [PHP] What kind of looping ?

2001-11-27 Thread Dan McCullough
administrators, e-mail: [EMAIL PROTECTED] = Dan McCullough --- Theres no such thing as a problem unless the servers are on fire! h: 603.444.9808 w: McCullough Family w: At Work

[PHP] Very interesting and challenging question

2001-11-28 Thread Dan McCullough
^ E 0mph !-- End second output -- thanks for any help = Dan McCullough --- Theres no such thing as a problem unless the servers are on fire! h: 603.444.9808 w: McCullough Family w: At Work

[PHP] Help anyone

2001-11-29 Thread Dan McCullough
I need to edit a entry into the database via an admin script, how do I work in a radio selection box, and populate it with the correct selection? = Dan McCullough --- Theres no such thing as a problem unless the servers

Re: [PHP] Help anyone

2001-11-29 Thread Dan McCullough
] www.xemichat.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] = Dan McCullough

Re: [PHP] SMS

2001-11-30 Thread Dan McCullough
Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] = Dan McCullough --- Theres

Re: [PHP] SMS

2001-11-30 Thread Dan McCullough
That example I sent was from a place where they have the swsms shared object which you can get in a developers license, I havent actually tried it, but was looking at it for a project. --- Henrik Hansen [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] (Dan McCullough) wrote: I think you need

Re: [PHP] SMS

2001-11-30 Thread Dan McCullough
somewhere in here ... I'm not familiar with the actual object, but if you have success withit I would like to hear how you are doing with it. http://www.simplewire.com/developers/code/ --- Henrik Hansen [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] (Dan McCullough) wrote: Heres a code

Re: [PHP] How to work with MySQL tables WITHOUT telnet, SSH or PhpMyAdmin

2001-11-30 Thread Dan McCullough
Yes most shared hosts will not allow the creation of multiple databases. Just one, so you will have to make use with table creation. dan mccullough programming/enginnering 603.444.9808 --- Sverre Johan Tøvik [EMAIL PROTECTED] wrote: At 15:19 -0500 30-11-01, [EMAIL PROTECTED] wrote: Our

Re: [PHP] BEST Book for Learning PHP/MySQL

2001-12-04 Thread Dan McCullough
/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] = Dan McCullough --- Theres no such thing as a problem unless

[PHP] A few questions on switching redoing site in PHP

2001-12-04 Thread Dan McCullough
that processes between 150-250 orders and averages $65k a day, if PHP and MySQL can handle that, or would I have to go to something like MSSQL (I know I know MS and PHP .. hahahahahaha). All and any suggestions are welcome. dan mccullough web technology 603.823.5545 x 1119

Re: [PHP] PHP Help required

2001-12-04 Thread Dan McCullough
] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] = dan mccullough Theres no such thing as a problem unless the servers are on fire

RE: [PHP] header(Location:blah...) - passing variables

2001-12-04 Thread Dan McCullough
General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] = dan mccullough Theres no such thing

Re: [PHP] PHP newbie alert

2001-12-04 Thread Dan McCullough
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] = dan mccullough Theres no such thing as a problem unless the servers are on fire

[PHP] Logic

2001-12-04 Thread Dan McCullough
. = dan mccullough Theres no such thing as a problem unless the servers are on fire! __ Do You Yahoo!? Buy the perfect holiday gifts at Yahoo! Shopping. http://shopping.yahoo.com -- PHP

Re: [PHP] Logic

2001-12-04 Thread Dan McCullough
) || ($type !=delete)) { //etc ^--- Note these parentheses---^ Hope that helps. At 05:28 PM 12/4/2001, Dan McCullough wrote: Question. I am trying to check to see if a certain piece of code should be run. Here is an example. if ($type != add

[PHP] md5 decrypt

2001-12-05 Thread Dan McCullough
Is there away to take a md5 encrypted password and decrypt it and give that to the client, if they fogot their password. = dan mccullough Theres no such thing as a problem unless the servers are on fire

Re: [PHP] forms PHP

2001-12-06 Thread Dan McCullough
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] = dan mccullough Theres no such thing as a problem unless the servers are on fire

[PHP] Apache log files

2001-12-07 Thread Dan McCullough
I was looking for the name of the addon to webalizer that makes it nice looking and better features. I have looked over and over again, but I cannot find it, anyone know the name? dan = dan mccullough Theres no such thing

[PHP] Shell scripting

2001-12-10 Thread Dan McCullough
that I can get the echo to stay off for that part. dan = dan mccullough Theres no such thing as a problem unless the servers are on fire! __ Do You Yahoo!? Send your FREE holiday

RE: [PHP] Logo proposal

2001-12-11 Thread Dan McCullough
commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] = dan mccullough Theres no such thing as a problem unless the servers are on fire! __ Do

RE: [PHP] Logo proposal

2001-12-12 Thread Dan McCullough
-12-12 at 13:16, Dan McCullough wrote: In the spirit of Dr Morrow(sp), how about we take the best part of Linux(Penguin) and MySQL(Dolphin) and make our own. --- Armin Hartinger [EMAIL PROTECTED] wrote: Personally, I think it should be something f-based ... the f will then be replaced

RE: [PHP] Logo proposal

2001-12-12 Thread Dan McCullough
/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] = dan mccullough Theres no such thing as a problem unless the servers are on fire

Re: [PHP] a piece of PHP history

2001-12-12 Thread Dan McCullough
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] = dan mccullough Theres no such thing as a problem unless the servers are on fire

RE: [PHP] Re: Script like this for PHP

2001-12-12 Thread Dan McCullough
using JavaScript. Its something to do with setting the STYLE=visibility: hidden property of the HTML element. I'm not sure exactly how its done though. Yeah, and it only works on IE (and maybe NN6+). It won't work (the same way) on NN 6. Chris = dan mccullough

Re: [PHP] Re: CDBaby.com

2001-12-12 Thread Dan McCullough
(410) 419-8588 AIM, MSN: xaymaca2020 , Yahoo Messenger: vks_jamaica -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] = dan

Re: [PHP] Performance

2001-12-13 Thread Dan McCullough
Here is one thing that I do, of course there is 50 ways you can do anything. All coding, well 90% of the PHP is done in the head, all output in coposed in variables, and outputted through the code. All SQL is done there as well, and an mysql close is done at the end of that area. If there is

[PHP] Logo proposal - first thought

2001-12-13 Thread Dan McCullough
Go here and take a look for a first pass, first idea of what an ant might look like. http://www.heathermccullough.com/php_logo.gif This logo keeps the original familiar (like some wanted) and adds an industrial appeal. Please feedback. dan mccullough

RE: [PHP] Logo proposal - voting script!

2001-12-13 Thread Dan McCullough
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] = dan mccullough Theres no such thing as a problem unless the servers are on fire

Re: [PHP] Performance

2001-12-13 Thread Dan McCullough
always been taught by people who have been working in this industry for years (even back in my ASP days) that it's always best to send data to the user's browser as soon as possible. Mike Dan McCullough wrote: Here is one thing that I do, of course there is 50 ways you can do anything

Re: [PHP] Logo proposal - first thought

2001-12-14 Thread Dan McCullough
Nobrega. Um dia eu chego lá: http://sourceforge.net/projects/toca Ajudei? Salvei? Que tal um presentinho? http://www.submarino.com.br/wishlistclient.asp?wlid=664176742884 Dan McCullough [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Go here

Re: [PHP] another easy question that is stumping me...

2001-12-14 Thread Dan McCullough
. Thanks, Mark Ward -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] = dan mccullough

Re: [PHP] How to test the load

2001-12-14 Thread Dan McCullough
] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] = dan mccullough Theres no such thing as a problem unless the servers are on fire

[PHP] Help help help ... or something like that

2001-08-24 Thread Dan McCullough
[EMAIL PROTECTED] 80526 yes Kenwood Sovereign DVD Promo CA Alan T. Lim 3494 Yuba Avenue San Jose [EMAIL PROTECTED] 95117 yes Please any help would be greatly appreciated ... thanks dan = Dan McCullough = Dan McCullough

[PHP] Another question

2001-08-24 Thread Dan McCullough
Fort Collins Colorado 80526 [EMAIL PROTECTED] yes Janis Ross 2033 Damson Drive Villa Hills Kentucky 41017 [EMAIL PROTECTED] yes any help would be appreciated thanks dan = Dan McCullough --- Theres no such thing as a problem unless

[PHP] last bit of help ....

2001-08-25 Thread Dan McCullough
extractor. // Written to extract out certain parts of the file and output in a csv friendly format. // Dan McCullough include(functions.php); if ($submit) { $extract = eXtractor1($file_name,$tmp_file_name,$new_file_name); if ($extract) { //here goes, get the parsed file from the output

Re: [PHP] Dedicated Hosting

2001-08-27 Thread Dan McCullough
administrators, e-mail: [EMAIL PROTECTED] = Dan McCullough --- Theres no such thing as a problem unless the servers are on fire! h: 603.444.9808 w: McCullough Family w: At Work __ Do You

Re: [PHP] Project Management

2007-05-24 Thread Dan McCullough
On 5/24/07, Christian Haensel [EMAIL PROTECTED] wrote: Hi Edward, thanks for your comment. I use a lab book too... And already fille two of them in the last 8 weeks I just wanna use the project management thing to collect my ideas, and write a howto for future generation developers who may

Re: [PHP] Debugging Log

2006-07-12 Thread Dan McCullough
I wrote my own, very simple, very easy. I think the code is in the archive somewhere. Otheres have written similar functions. CODE +++ function logError ($logentry, $lgname) { // simple function to log errors to text/log file. $logfile =

Re: [PHP] Debugging Log

2006-07-12 Thread Dan McCullough
Ahh yes I do that as well, I knew there was another other then syslog. On 7/12/06, Jochem Maas [EMAIL PROTECTED] wrote: Michael B Allen wrote: What is the standard method of logging debug info? Should I just fopen a file for append and write the message or is there a facility provided? there

Re: [PHP] url obfuscation

2006-07-13 Thread Dan McCullough
For me it doesnt matter I dont want Google in the section that I'm obfuscation. On 7/13/06, Richard Lynch [EMAIL PROTECTED] wrote: On Fri, July 7, 2006 10:56 pm, Anas Mughal wrote: My URLs are constant. They are not changing. All my dynamic pages are indexed nicely on Google. I agree that a

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-14 Thread Dan McCullough
in phpmyadmin config.default.php you can specify the socket that it should be looking for. have you tried that? On 7/14/06, Dave M G [EMAIL PROTECTED] wrote: David Tulloh, This sounds like a Zend Studio problem and question. It could possibly be a MySQL or even a phpMyAdmin question. It

Re: [PHP] Re: Recommendations for PHP debuggers?

2006-08-21 Thread Dan McCullough
How is this different then what they try and sell you for $249. I have eclipse for Java development, and was looking at Zends package for PHP development, but if they are basically selling me the same thing then I would go with eclipse. On 8/21/06, Colin Guthrie [EMAIL PROTECTED] wrote: Larry

Re: [PHP] Shopping cart

2006-08-22 Thread Dan McCullough
There are many payment processing script/classes/examples available that you could use. Just google around for your gateway provider, like PHP and Authorize.net, etc, or go to their site and look for a developer, API or something like that to see if they have done some examples. On 8/22/06,

Re: [PHP] Shopping cart

2006-08-22 Thread Dan McCullough
Commercial product that is good http://www.x-cart.com/ On 8/22/06, Ryan A [EMAIL PROTECTED] wrote: It really looks like I will have to write this myself :( I know it will be good for experience but like someone else has pointed out, I would rather work with someone elses code for the payment

Re: [PHP] Shopping cart

2006-08-22 Thread Dan McCullough
I believe you can find those out there as well, most of what you need will be available out there, you will be able to find them and then take what you need to work it into your cart, probably would be a good idea to think of all the different pieces and then find the different

Re: [PHP] Shopping cart

2006-08-22 Thread Dan McCullough
Another thing to remember is that you dont want to get overwhelmed with all the work when you are going to build your own, a list of 250,000 features will never get done, many have tried, many have failed, so plan what you need to start with and build the other features later. On 8/22/06, Dan

Re: [PHP] Remote Robot Control with PHP

2006-10-31 Thread Dan McCullough
Cool! On 10/31/06, Prathaban Mookiah [EMAIL PROTECTED] wrote: Hello List, I thought of sharing my experience of writing a controller to remotely control a robot through a webserver using PHP. Though I could not use PHP alone to do the entire job due the high delay it takes to connect to the

Re: [PHP] Staff log-in

2006-11-10 Thread Dan McCullough
I do a lot of work for non-profits a lot of them are really good clients, pay well and on time, but I know most of them pretty well and know that they are truly non-profits, so just because you said you were a non-profit where we supposed to assume that you wanted it for free and supported

Re: [PHP] Printing

2008-12-17 Thread Dan McCullough
I did something similar, but it was some work I did for a company and the application was an internal application that used PHP and a Java applet to send the file to a workers local printer since it cant be accomplished by PHP itself. On Wed, Dec 17, 2008 at 3:30 PM, Dan Shirah

[PHP] date from YYYY-MM-DD to current date

2006-03-15 Thread Dan McCullough
I need to loop from a date in the past to current date getting all dates in between. Anyone have an idea on how to do that? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [SOLVED] [PHP] date from YYYY-MM-DD to current date

2006-03-15 Thread Dan McCullough
is prohibited. If you have received this transmission in error, please notify the sender by reply e-mail and destroy all copies of this transmission. -Original Message- From: Dan McCullough [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006 10:22 AM To: Shaunak Kashyap Subject: Re

Re: [PHP] help with some logic.

2006-04-04 Thread Dan McCullough
hey Dallas, have you thought about breaking this up and making two seperate functions one the checks the cookie and one that checks the session information? I'm not sure if that is what you were looking for as far as an answer but it might be a good start. On 4/4/06, Dallas Cahker [EMAIL

Re: [PHP] ?=? style

2006-04-06 Thread Dan McCullough
Short tags in the php.ini file. On 4/6/06, Dallas Cahker [EMAIL PROTECTED] wrote: What is that called and where in the php.ini file do I enable it? Sorry if this is a stupid question but since I dont know what its called it makes it difficult to google it. -- PHP General Mailing List

Re: [PHP] php security

2006-04-06 Thread Dan McCullough
I would look here for an idea. http://phpsec.org/projects/guide/ I think you'll find many opinions on the matter. One thing to remember is that once the app goes live your job doesnt stop there you'll need to be just as stringent about security and checking logs and errors as you were when you

Re: [PHP] server/PHP security

2006-04-06 Thread Dan McCullough
http://www.hardened-php.net/advisory_202005.79.html check this out On 4/6/06, Wolf [EMAIL PROTECTED] wrote: I woke up on thanksgiving morning to find my server hacked through a hole left by a file upload area of my site. I restored the backup and placed a few blocks in place on the server,

Re: [PHP] server/PHP security

2006-04-06 Thread Dan McCullough
WHat types of files were they, if you dont mind me asking? On 4/6/06, Wolf [EMAIL PROTECTED] wrote: I woke up on thanksgiving morning to find my server hacked through a hole left by a file upload area of my site. I restored the backup and placed a few blocks in place on the server, so they

Re: [PHP] php security

2006-04-06 Thread Dan McCullough
php.ini-anal-retentive-paranoid. I'm editing mine for that right now, everything is off, the sever has a keyboard, mouse, monitor no cd/dvd, no floppy, no usb and is unplugged from the network, there are 6 security guards that surround you and they give you 5 minutes on a timer. On 4/6/06, Kevin

Re: [PHP] php security

2006-04-06 Thread Dan McCullough
Cool Chris I'm going to take a look at that movie. Dallas there is a section at the top of the ini file that lists some directives and their status to address security or performance issues, but as Chris mentioned your code could be as big of a risk as anything so pay attention to that. On

Re: [PHP] looking for shopping cart

2006-04-09 Thread Dan McCullough
X-Cart, ZenCart (osCommerce like), http://www.hotscripts.com/PHP/Scripts_and_Programs/E-Commerce/index.html if you look in the archives you will find similar questions with a lot better response. On 4/8/06, Lisa A [EMAIL PROTECTED] wrote: I need a shopping cart for a website that once I install

[PHP] parsing/replacing for special MS Word characters

2006-05-24 Thread Dan McCullough
I have a friend who I wrote some very simple publishing software, basically he takes his writtings and puts them online. Well his writtings are in Word and so he has alot of special characters that he inputs, some unknowingly, into the database. Are there any classes or samples of what others

Re: [PHP] User Login Problem

2006-06-20 Thread Dan McCullough
Or make your own, might be easier to do. On 6/20/06, suresh kumar [EMAIL PROTECTED] wrote: Hi, I am facing one problem in my project.i want to restrict more than one user login in the same account .Is there any functions available to check r we can implement using session.

[PHP] rss feeds from db

2006-06-22 Thread Dan McCullough
I'm having some problems where some undefined entity are getting in, these entities are usually html entities. sad thing isquot;brvbar;bringing in these large chains is putting the xml doc points to the in ;brvbar as the problem. what do I need to do to get this stuff cleaned up? -- PHP

Re: [PHP] Re: Update site through email

2006-06-29 Thread Dan McCullough
There are several blog software packages and cms packages that do something like this you might want to download and take a peek. Wordpress one that comes to mind. On 6/29/06, Mathieu Dumoulin [EMAIL PROTECTED] wrote: How i'd do it is not simple, i'm sure there is an easier method but here

Re: [PHP] Re: creating a threaded message system--sorting messages

2006-06-29 Thread Dan McCullough
I've come into this discussion pretty late so please bear with me if I go over something that has been ruled out. You are trying to print out in a threaded method the first post in a thread followed by each post after that, that is a child/reply to that post. Is that correct? So something like

[PHP] url obfuscation

2006-07-06 Thread Dan McCullough
Looking for a good way to obfuscation the name value pairs in a URL, so it might be something like http://www.domain.com/page=fjdsaflkjdsafkfjdsakfjdsalkfjsda983dsf or something like that, I was looking at base64_encode, but was wondering what others might do or use. It doesnt have to be super

Re: [PHP] PHP Bug Tracking

2006-07-06 Thread Dan McCullough
This one? http://dev.mysql.com/downloads/other/eventum/ On 7/6/06, Chris Hemmings [EMAIL PROTECTED] wrote: Can anyone point me in the direction where I can find a place to download the bug track system that PHP/PEAR PECL uses. I seem to remember it is available but can't find it anymore! Ta!

  1   2   >