Re: [PHP] Time keeping in DB

2009-08-05 Thread Wolf
y the info/user off that, it should allow you to expand as needed. HTH, Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Dan Brown

2009-08-04 Thread Wolf
good thing. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Clean break.

2009-08-04 Thread Wolf
00] ... more stuff here" $pos=strpos($STRING,"["); $pos2=strpos($STRING,"]"); $L=$pos2-$pos; $NString=substr($STRING,$pos,$L); $pos3=strpos($NString,":"); $D=substr($NString,0,$pos3); $pos4=$pos3++; $T=substr($NString,$pos4,8); echo "date=$D"; echo "time=$T"; untested, but that should be pretty much all you need. HTH, Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] What is this called?

2009-07-06 Thread Wolf
ng query that you want to do, but I'd not recommend doing it to store it in a session. You can store all that stuff into a session, but you risk putting a greater load on the users session then you would be putting on the database server. If you are running MySQL, go get a 486, put Fedora

Re: [PHP] Can this be done?

2009-05-05 Thread Wolf
"Miller wrote: > > > > On 5/5/09 9:23 AM, "Wolf" wrote: > > > > "Miller wrote: > > Ok I have a script that grabs data from a page and puts it in a db, I need > > to run this script 26 times on 26 different pages on the sa

Re: [PHP] Can this be done?

2009-05-05 Thread Wolf
gt; Thanks, > T.Miller > Sure it can be done... Change your script so that it has the following: 1. array with the page names/urls in it 2. foreach loop right after the array to parse it 3. in the current place of the file name, but the variable 4. Make sure to close the foreach loop IE: HTH,

Re: [PHP] Couple of beginner questions

2009-01-09 Thread Wolf
Eric Butera wrote: > On Fri, Jan 9, 2009 at 12:22 PM, Wolf wrote: > > > > Gary wrote: > >> I've done a number of sites in html and am now venturing into php. > >> > >> Can I create a page in html and insert php code that will work? (for

Re: [PHP] Couple of beginner questions

2009-01-09 Thread Wolf
Gary wrote: > I've done a number of sites in html and am now venturing into php. > > Can I create a page in html and insert php code that will work? (for > example, take an existing page and insert a date command) Yup > Can I create a page with the php extension that contains only cont

Re: [PHP] RSS Feed on my PHP site

2009-01-05 Thread Wolf
.. Google sure had a number of responses... http://www.google.com/search?q=adding+RSS+feeds+to+site&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a HTH, Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] First record not diplaying

2008-12-22 Thread Wolf
our homework and with the previous postings you have written, it is pointedly answering different places you have stumbled in your work and haven't checked your book, the online resources, or a TA. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Require error

2008-12-19 Thread Wolf
Kyle Terry wrote: > On Fri, Dec 19, 2008 at 9:43 AM, Wolf wrote: > > > Bottom Post > > > > sean greenslade wrote: > > > No. The file is called testing.php and it is trying to include sql.inc > > > > > >

Re: [PHP] Require error

2008-12-19 Thread Wolf
sean greenslade wrote: > On Fri, Dec 19, 2008 at 12:43 PM, Wolf wrote: > > > Bottom Post > > > > sean greenslade wrote: > > > No. The file is called testing.php and it is trying to include sql.inc > > > > > >

Re: [PHP] Require error

2008-12-19 Thread Wolf
t; > >> I have no idea what's going on. All the files have 777 perms. > >> > >> -- > >> --Zootboy > >> > > > > Are you trying to require itself? Change your line to: require('$incl') or die('File not found'); Require can be dork about things like this, I normally wind up handling to fiddle with the coding for them. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] php client

2008-12-14 Thread Wolf
forms. But then, you can do that with CGI/Perl as well... But at this point, stfw and go for forms. Htmlgoodies.com is a good tutorial place to go.. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Poll of sorts: Javascript Form validation or PHP

2008-12-05 Thread Wolf
validate everything on the server side. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Downloading file from local network machine

2008-12-05 Thread Wolf
, no more problem. HTH, Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Will not report errors what can I do

2008-12-04 Thread Wolf
to do it via one of the other methods, however if he HAS set it up via other methods, you normally HAVE to restart the server processes so that they re-read the PHP.ini file so they actually will DO the changes that you have made to them. Otherwise you are just wasting more time. HTH, Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] $_POST suddenly empty; $_GET and _$REQUEST fine

2008-12-03 Thread Wolf
troubleshooting... == Did you check the apache logs or the php error logs? How about disk space on the server location where it is storing it's temp files for the server? I've seen something similar when disk space was nil after some scripts ran amok. HTH, Wolf -- PH

RE: [PHP] question about corrupt db?

2008-12-01 Thread Wolf
p://www.onshore.com > > I put this: > ini_set('error_reporting', E_ALL); > ini_set('display_errors', true); in the top of the pages but no errors are showing -- Then that answer would be no You need to actually look at your error logs as if the serv

Re: [PHP] PostTrack Reminder

2008-11-24 Thread Wolf
oming holiday to my fellow US Americans. > > Everyone stay safe. > Sure Dan, just pad your metrics with yet another post... :) Have a good Thanksgiving as well! Make sure to eat lots of turkey so you sleep through the list emails! Wolf -- PHP General Mailing List (

Re: [PHP] Help with understanding an error

2008-11-24 Thread Wolf
Bottom POST when mailing the list. My responses inline and at the bottom Terion Miller <[EMAIL PROTECTED]> wrote: > this was the code I posted that accidentally only went to Wolf: > > what does STFW mean? http://www.google.com/search?q=STFW&ie=utf-8&oe=utf-8&

Re: [PHP] Help with understanding an error

2008-11-24 Thread Wolf
== 0) { > ?> > * STFW as Google has the answer.. But... you need to actually provide MORE of the code, since the error pretty much tells you that you don't have a connection to your database. Not a PHP issue really. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] while-question

2008-11-17 Thread Wolf
27;ll continue to dabble and see the pay for it. My alma-mater tried to stay current to some degree, but when they let someone who wrote the C++ book try to teach it, well they gave that person more rope then they needed. Tedd, glad you got hooked on Phonics. One of these days I hope from gra

Re: [PHP] PHP - Web/list Question...

2008-11-09 Thread Wolf
> Accumulate them in the session. When done, and before final action you > could let them view a summary of selected items and allow deletion of > any entries they don't want. You session purest! :-P -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u

RE: [PHP] It's Sunday, and I'm bored...

2008-11-09 Thread Wolf
Ni, he works for ACORN... Oh wait, that would have vote early, vote often... -Original Message- From: Jay Blanchard <[EMAIL PROTECTED]> Sent: Sunday, November 09, 2008 12:33 PM To: Ólafur Waage <[EMAIL PROTECTED]>; php-general@lists.php.net Subject: RE: [PHP] It's Sunday, and I'm bored...

Re: [PHP] PHP - Web/list Question...

2008-11-08 Thread Wolf
ome of that with ajax as well, but if you want to break up a 200 item list, you are looking at a database to store the info in the most efficient manner possible. You could also do it with sessions, but if they get stuck and need to come back, then if they had to login their session might be d

Re: [PHP] I have a problem with dynamicly updating files...

2008-11-06 Thread Wolf
one','$mobile','$fax','$email','$web')"; > mysql_query($query); Your query looks fine. You need to look at the error codes you receive. change: mysql_query($query); TO: mysql_query($query) or die(mysql_error()); The resulting error message shou

Re: [PHP] removing text from a string

2008-11-05 Thread Wolf
t; //Do something to remove the "1. " > >>> //print the modified line and \n > >>> } > >>> fclose($fp); > >>> } > >>> ?> > >>> > >> I'd go with a regular expression any day for something like this. *groan* See, no regex needed and no matter the size of the '##. ' it will always find the first " " and then chop it from there to the end, then you trim it up and you get the text. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] basic php question...

2008-11-04 Thread Wolf
"Boyd wrote: > > -Original Message- > > From: Wolf [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, November 04, 2008 2:30 PM > > To: php-general@lists.php.net > > Subject: Re: [PHP] basic php question... > > > > > > Richa

Re: [PHP] basic php question...

2008-11-04 Thread Wolf
Richard Heyes <[EMAIL PROTECTED]> wrote: > > users who browse without Javascript enabled, > > Heretics! Also remember, all US based sites have to be in compliance with ADA as well, otherwise you'll spend a lot of time re-writing your stuff if it doesn't work for someone to use a disabili

Re: [PHP] basic php question...

2008-11-04 Thread Wolf
Richard Heyes <[EMAIL PROTECTED]> wrote: > > users who browse without Javascript enabled, > > Heretics! lynx works great! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] basic php question...

2008-11-04 Thread Wolf
gt;> > >> foo.php doesn't have any display function, just the logic > >> > >> thoughts/sample php pages/psuedo code chunks... Where's your code breaking? what have you written already that has failed to work right? Sounds like you aren't even usin

Re: [PHP] Mailing lists

2008-10-30 Thread Wolf
> Ok, other then mailman, anyone know of a free (other than > freelists.org) hosted discussion list management service? > I take it that Google Groups is out as well? Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Mailing lists

2008-10-29 Thread Wolf
Richard Heyes <[EMAIL PROTECTED]> wrote: > Hi, > > Anyone know of a good (as opposed to a bad) mailing list manager, > other than freelists.org (which I can't seem to get working). > > Thanks. What's wrong with Mailman? Wolf -- PHP General Mai

Re: [PHP] Politics

2008-10-21 Thread Wolf
Nathan Rixham <[EMAIL PROTECTED]> wrote: > Robert Cummings wrote: > > On Tue, 2008-10-21 at 08:01 -0700, Jim Lucas wrote: > >> Chrome wrote: > -Original Message- > From: Amy [mailto:[EMAIL PROTECTED] > Sent: 21 October 2008 11:58 > To: php-general@lists.php.net >

Re: [PHP] Microsoft China to Punish private windows users

2008-10-15 Thread Wolf
> > This is extremely off-topic. Please don't abuse this list in an attempt > > to drive traffic to your blog. > > > > -Stut > > > > It *is* powered by PHP, Stut. :P > True, but that's the ONLY PHP thing about it... OK, and the URL has PHP

Re: [PHP] Re: 1 last error to fix before the application is done!

2008-10-14 Thread Wolf
So instead of something like this: if ($employee_login == "true" || $employee_loggin == "break") You could do: if ($employee_login != "off") Don't worry, it should be quick, we've been chumming the water. ;) HTH, Wolf -- PHP General Mailing List (http:

Re: [PHP] New to this group....a continuation

2008-10-13 Thread Wolf
a first Can I change this? Nope, you post and pretty much people will respond to the list and sometimes include the other posters to that message. If you are just going to read this group through the web or another interface, set up your email to filter the messages. HTH, Wolf -- PHP General

Re: [PHP] New to PHP

2008-10-13 Thread Wolf
gt; quote and remove any previous comment that is not relevant to your > post. > > This is also addressed in the "Netiquette" RFC (1855). See, and when you reply, make sure to cut the 10 lines of dan's sig file off. Well said Dan! :) Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] New to PHP

2008-10-13 Thread Wolf
re Networks > Internal Developer > http://www.onshore.com > > > > Wolf wrote: > > By Bottom Posting (common when on a mailing list or NG) it gives greater > > context as you read through the previous posts and by the time of getting > > to where the new respons

Re: [PHP] New to PHP

2008-10-13 Thread Wolf
google search plug-in running is to use "php: " where is what you are looking to do. By prefacing the search with php: google tends to give greater responses since it looks for PHP first and then the question. HTH. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Login

2008-10-09 Thread Wolf
Shawn McKenzie <[EMAIL PROTECTED]> wrote: > Richard Heyes wrote: > >> Unless that was the business you were in ;) > > > > True enough, but what kind of business would that be...? :-) > > > > Rating poo, of course... It's a crappy job, but someone's got to do it... ;) -- PHP General Mai

Re: [PHP] Project Tracking / Charting Tool OT

2008-10-09 Thread Wolf
o a single project are reflected in the larger project > tracking entity. > > I have looked at OpenProj, MS Project, and some others and none offer > this functionality. Have you checked out Tutos? I played with it a few years ago, not sure how it works these days. Wolf --

Re: [PHP] Login

2008-10-08 Thread Wolf
to run malicious code on my site or find a hidden piece. Then a redirect to ratemypoo seems like a good idea to me! Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] AJAX and PHP

2008-10-06 Thread Wolf
led. But some of us don't except for specific sites due to ads being swfs as well. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Mailing List fun

2008-10-01 Thread Wolf
y are unable to restore the email accounts until you drive home, reboot the router, call and WAIT ON HOLD for their customer service reps and then another 10 minutes later get the email accounts restored. Sorry for the bounces everyone. Wolf Of course, after I sent that, I got an imme

Re: [PHP] Robert Cummings

2008-09-30 Thread Wolf
Daniel Brown <[EMAIL PROTECTED]> wrote: > All: > > What was pointed as a passing mention in one thread I thought was > worth note in a thread of its own. As quoted by Rob: > > > BTW, while we're off topic... my wife delivered our third child (second > > boy) 3 minutes after midnigh

Re: [PHP] Wanted PHP Developers LogicManse

2008-09-30 Thread Wolf
*Lightbulb*... I could make money *snatches lightbulb down and replaces it with burned out one* Must resist fist of death :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Wanted PHP Developers LogicManse

2008-09-30 Thread Wolf
Nathan Rixham <[EMAIL PROTECTED]> wrote: > Jim Lucas wrote: > > Nathan Rixham wrote: > >> Jim Lucas wrote: > >>> Nathan Rixham wrote: > Richard Heyes wrote: > >> Thanks for quoting the whole message then! :P > > Maybe he just wanted to make sure you got it... I just wish you g

Re: [PHP] SESSIONS vs. MySQL

2008-09-19 Thread Wolf
x27;t see the light of day. Anything slower then 2 seconds without any interaction back to the users will be short-lived Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Passing variables between pages

2008-09-19 Thread Wolf
gin to the server, store it in a DB table that they are logged in, then if the session ID goes away, then you log them out and push them to the login page. But why go around your elbow to blow your nose? Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: h

Re: [PHP] ftp_pasv - question

2008-09-17 Thread Wolf
somebody can help me ! > > by jogi Sure, RTFM as it has examples right there! http://us2.php.net/ftp_pasv HTH, Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Mysqli issue

2008-09-11 Thread Wolf
; > txtZip','$rdoCoffee','$rdoTime','$areaPlans') ; > Double DOH here... I was looking at my MySQL not MySQLi stuff, and there is some differences... Must be the cold drugs/ '$var' definitely should have been $var since you want the contents, but according to the php site, the prepare is for the query, so my guess is you'll want the query put in the line instead of what looks to be the pieces of the insert? http://us2.php.net/manual/en/mysqli-stmt.prepare.php mysqli_stmt_prepare($stmt, 'SELECT District FROM City WHERE Name=?') Of course, you could do the Query="insert into TABLE values($var,$var.)"; mysqli_stmt_prepare($stmt, $Query); I'm gonna go drink more cold drugs now... Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Mysqli issue

2008-09-11 Thread Wolf
hough > > Can anyone see my stupid mistake? :) OK, you asked for it... You aren't checking your stuff before dumping it. None of it... So, you should be taking the post variables and slapping them into a checker. Then, your statement should be more along the lines of: mysqli_st

Re: [PHP] Securing pages & sections

2008-09-11 Thread Wolf
. You use the sessions and check to see if active. You have a temp table that runs while people are "shopping" and the quotes/orders are saved with the date,time,userID and tied in the DB to the user so that I easily get a set of links to them. HTH, Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-11 Thread Wolf
ser, they don't make > any money. If you upgrade your OS, they do. My last upgrade was from XP to Ubuntu. :) And believe it or not, if you want to test your test on Ubuntu there is an IE for it or you can just WINE things. :) Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] The Best PHP Editor.

2008-09-10 Thread Wolf
jmatt wrote: > Hi, I was using NVU to edit PHP but when I upload the index.php file back > there will always be a slight error in disorientation. > Example using NVU I edited the text just a bit then bam..The webpage became > really funny > > What is the best to edit my PHP file? > Thanks Vi, ned

Re: [PHP] tedd's back from vacation

2008-09-10 Thread Wolf
Jason Pruim <[EMAIL PROTECTED]> wrote: > > On Sep 10, 2008, at 1:10 PM, Jochem Maas wrote: > > > Jay Blanchard schreef: > >> [snip] > >> OK, this is getting ridiculous. I think we need a new PHP list. > >> Something like [EMAIL PROTECTED] sounds about right. > >> [/snip] > >> I knew jealo

Re: [PHP] Anything like XAMPP?

2008-09-10 Thread Wolf
iated! > > Cheers! Reformat your HDD and go with Ubuntu or RedHat Otherwise, take the time to get the individual packages and install them all by hand, this way when something breaks, you know what piece(s) is(are) busted and you can fix them with relative ease. Wolf -- PHP General Mai

Re: [PHP] tedd's back from vacation

2008-09-10 Thread Wolf
eally, Beaver Island. :-) > > > > No phones? No lights? No motorcars? Not a single luxury!?!? He said Beaver Island, so there were lots of DAMs to check out and sites to see! :-D Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] CSV output.

2008-09-08 Thread Wolf
POST YOUR Code POST your CSV output Without Code and without Output, you don't really show the problem. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] translations for PHP app

2008-09-08 Thread Wolf
h or the Google Translator? The last time I tried the google one, it did a whole page on the fly and seemed to be pretty good at it. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sending username/password

2008-09-05 Thread Wolf
Jay Moore wrote: > Greetings list! > > Is it possible (and if so, how) to send username and password > information to a website with PHP? > In one word... CURL -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Header() - POST

2008-09-05 Thread Wolf
rect to the processing page, then use the processing page to pull the session information and make sure it came from the correct page. HTH, Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] unset($_GET['i'])

2008-09-04 Thread Wolf
doesn't unsets ? Because you get a new i from the URL, hence the GET What you can do is set a session variable when you GET the first i, then just check and if the session variable is present, you don't process the next time you GET i. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Google Chrome

2008-09-04 Thread Wolf
> You can at least track memory + cpu usage through the Task Manager > (Ctrl-Alt-Del + T on most distros). In the Task Manager, I also noticed > that GoogleUpdate.exe is running even when Chrome.exe is not. This made > me a bit curious, so I went into msconfig (the Microsoft GUI utility for > modi

Re: [PHP] Sending out mass emails

2008-09-04 Thread Wolf
he mail server so they never see it. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Assign things to users

2008-08-26 Thread Wolf
total count setup, meaning if John has the AssignTolken=1 then he'll get the next unassigned one. HOWEVER if John has 3000 quotes and Jim only has 1500, then you really want to assign Jim the next quote as it would be done sooner. You might also want to track who is in the office or on va

Re: [PHP] newbie Q: How to say, "if the fileNAME is equal to...", or better yet, "if the fileNAME ends with '.jpg'"?

2008-08-25 Thread Wolf
contents of the email > -- far more than what I need/want. Really, they still make Eudora? Or is this an old copy on the MacIntosh IIe that you are running. ;) Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Ejecutar comando con php con otro usuario.

2008-08-21 Thread Wolf
CanihoJR <[EMAIL PROTECTED]> wrote: > Como puedo ejecutar un comando de sistema con otro usuario que no sea > www-data??? si realizo un exec("sh miscript.sh"); se ejecuta con www-data y > me gustaria ejecutarlo con mi usuario. (linux) > > Gracias d antemano

Re: [PHP] RE: Sale 79% OFF !!!

2008-08-21 Thread Wolf
Because there is 1 or more out there who don't know any better and get sucked in. And when you look at it as being able to use a name book or dictionary (readily available mind you) along with a list of domains.Once you add them together, the resources needed for sending the emails is tiny.

Re: [PHP] Developing a game using Ming

2008-08-20 Thread Wolf
o somethings using Ming, a PHP extension. You know, I STFW and came up with some pretty good information for your questions... http://www.google.com/search?q=php%3A+ming&ie=utf-8&oe=utf-8&aq=t&rls=com.ubuntu:en-US:unofficial&client=firefox-a So, where is your code that you have

Re: [PHP] Semi-ADVERT, not really spam, sorry for it

2008-08-19 Thread Wolf
tedd <[EMAIL PROTECTED]> wrote: > I've freelanced longer than most these guys have been alive. > > Cheers, > > tedd See, I knew you were one of the wise ancient ones! Kluthluu!! ;) Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP] Semi-ADVERT, not really spam, sorry for it

2008-08-19 Thread Wolf
Jay Blanchard <[EMAIL PROTECTED]> wrote: > [snip] > PS - for those that know, I'm back ... with a vengeance. > [/snip] > > That explains why I didn't sleep well last night. :) > You kidding, I don't think any of us regulars did... Glad to see you back Jochem. -- PHP General Mailing Lis

Re: [PHP] phpguru.org back up

2008-08-13 Thread Wolf
Richard Heyes <[EMAIL PROTECTED]> wrote: > > So, which backup solution are you using? Or should I say which 12 backup > > solutions? ;) > > Lol. Not that sophisticated actually, trusty old tar and gzip, along > with regular downloads to my desktop so that they're in two locations. Befor

Re: [PHP] phpguru.org back up

2008-08-13 Thread Wolf
Richard Heyes <[EMAIL PROTECTED]> wrote: > Hi, > > You'll be pleased to know (I'm sure) that phpguru.org is back up and > working (for the most part I would imagine). Glad to hear it! So, which backup solution are you using? Or should I say which 12 backup s

Re: [PHP] Code beautifier

2008-07-25 Thread Wolf
arted a sentence > with "but." > > Reader's Digest-standard English aside, Tedd, Freud might have > been right with you. ;-P True, but "but" and "butt" are two very distinct words... ;) I know Dan, it's that grammar thing.. Even using the Queen's English makes it a "tush for the push". ;) Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Code beautifier

2008-07-25 Thread Wolf
disturbing? > Something about "anal" and "up" that doesn't sound good. :-) > > tedd So disturbing that it would be nice if I could add an appropriate image to it... ;) Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Code works alone but not with other code.

2008-07-25 Thread Wolf
and, have you tried doing the following: 1. Putting in die statements 2. Verified the tables exist and have data in MySQL 3. Checked the PHP error log 4. Checked the MySQL error log Just guessing I'd say your data was empty, but without more information, it's a pretty big shot in the dark. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Help with an error...

2008-07-24 Thread Wolf
Here is the updated code Notice!! $message doesn't contain any PHP code within it $query only has a single ; within the whole line, right at the end of the "; to complete the PHP assignment string. Placing one inside it will barf the script typically. $headers are all concactenated

Re: [PHP] Help with an error...

2008-07-24 Thread Wolf
mailq -> this should display if you have any mail queued up to send on the server and possibly if it errored out 3. check your php error log. If you don't have one, modify your php.ini to create one, restart webserver if running via that, CLI should read it on the fly. Wolf -- PH

Re: [PHP] CONFIGURE IONCUBE LOADER WITH SELINUX

2008-07-17 Thread Wolf
(httpd_t). > > & apache error log says permission denied. > > Thanks > Kapil Sure we do! It's even in the manual on how to fix it! Ohhh, and Google has info on it too! RTFM and STFW and you should be fine. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] mkdir permission errors

2008-07-15 Thread Wolf
c principles, but if not I have severe doubts in anyone graduating with an MIS from Indiana University. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mkdir permission errors

2008-07-15 Thread Wolf
atches the pristine installed one. Once you have done that, you should be OK. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] mkdir permission errors

2008-07-14 Thread Wolf
Alice: Bottom post like everyone else... "Wei wrote: > Hi, Wolf: > > Like I guessed, I am still defined as the root user. > > [EMAIL PROTECTED] html]# php test.php > root > root/var/www/html > /var/www/html > > This is the output I have got from

RE: [PHP] mkdir permission errors

2008-07-14 Thread Wolf
logged in as root. > Is this anything with firewalls? > > Thanks for your help. Alice, $whoami=system('whoami'); echo $whoami; $pwd=system('pwd'); echo $pwd; That should tell you what ID you are and the path you are in. Make sure that the path you are in has the correct p

RE: [PHP] Math Weirdness

2008-07-14 Thread Wolf
> becomes the beginning balance for the day we are beginning. > > Isn't it possible then that your data is out of synch between the > current balance and the previous day's ending balance? > > Cheers, > Rob. See!!! I told you he was skimming the profits! Better

Re: [PHP] Freelance PHP development in India

2008-07-13 Thread Wolf
Denis L. Menezes wrote: Dear friends. I am looking for freelance web developers in India. Can contact me? Thanks Denis Why just in India? There are a number of us available via the world. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Most popular per month

2008-07-12 Thread Wolf
.. . $perc50=(img50 int)/$total; You can do it per day, per month, per year, per 28 days, per PMS cycle, per anything you want provided you have the data to do it. :) this is the part where i am a bit confused actually, can you give me one or two examples and i'll work from there? What y

Re: [PHP] Most popular per month

2008-07-11 Thread Wolf
archives of this list. HTH, Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] apache/vhosts wuestion...

2008-07-11 Thread Wolf
ith no issues using the Apache documentation. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] phpmyadmin

2008-07-10 Thread Wolf
ing on how you are setting this up, you could theoretically put a separate phpmyadmin folder in each of the web folders of the users who use your services. Have you RTFM and set it up as the documentation stated and then tested it by logging in as the new user? http://www.phpmyadmin.net/home_p

Re: [PHP] Question before I end up writing alot of extra code...

2008-07-07 Thread Wolf
Oh, and make sure you bottom post too so you actually follow everything! ;) mike <[EMAIL PROTECTED]> wrote: > doh - and mysql_escape_string or equivalent. > > > > On 7/7/08, mike <[EMAIL PROTECTED]> wrote: > > please oh please also run that through filter_input() before throwing > > a $_

Re: [PHP] Question before I end up writing alot of extra code...

2008-07-07 Thread Wolf
u didn't post the offending code, I can't point out where you forgot the $ or to restate a variable. :-P Have you tried echoing the mysql query to verify it is correct? Have you checked the logs? Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Keeping POST values when paging

2008-07-07 Thread Wolf
ch recoding? I'm sure > there must be a neater way of doing it then simply passing 30 or so > variables using GET. > > Many thanks in advance. > Jon. Set session variables, have the script check the session variables. That'll keep the pages rolling, shouldn't take m

Re: [PHP] first e-shop

2008-07-05 Thread Wolf
Alain Roger wrote: Hi, I need to create an e-shop in PHP. this is for me the first time that i need to do that and i think the way how to approach such topic is different that creating a simple corporate web site. STFW: php: open source e-commerce http://www.google.com/search?q=php%3A+open+

Re: [PHP] V4 Vs V5 Issue

2008-07-01 Thread Wolf
0 It's probably all JS, but if this is a PHP page that you've actually cut/pasted from, look at lines 67 and 68 and check to make sure you have a ; at the end of line 67. Or a ) or a } or some other closing brace that you could be using previously. Otherwise, check with a javascri

Re: [PHP] Simple array problem

2008-07-01 Thread Wolf
existing matching array element, so I end up with this: $arr = array( array('blue', 4), array('orange', 7), array('green', 6)); Seems like it should be really simple but all the ways I can figure out to do it are too kludgey. What have you tried so fa

Re: [PHP] String to date

2008-06-30 Thread Wolf
t;"; > echo $newdate3 = date("Y-m-d",strtotime($olddate3)); > > markb You've given us no code you are actually using (we can all write dummy test code). IMO, you need to either change your input form to give you the results in a certain way (split up the M,D,Y o

Re: [PHP] fwrite() Append Files

2008-06-27 Thread Wolf
Wei, Alice J. wrote: Hi, Right now I enforced the file to read in through HTTP-Request and output it to a local file. Looks like this functioned perfectly after I used append functions after I attempted to write to the file! Thanks to everyone who contributed to this. Alice Are you mak

  1   2   3   4   5   >