[PHP] Re: php vbulletin and postgres

2001-12-04 Thread MrBaseball34
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Shaun Murphy wrote: > > > me again. I am going to set up a vbulletin site and I understand it uses > > php along with mysql. I can get php and postgres hosting so I was > > wondering what the differences are in postgres as opposed to mys

RE: [PHP] PHP newbie alert

2001-12-04 Thread MrBaseball34
> Being one not to refuse a challenge, I have been asked to administer and > update a PHP based website. I was wondering what a good editor is for such a > task. I have been having a look at Dreamweaver as I use that quite a lot but > are there any extensions I should be using? > If you don't wa

[PHP] Re: PHP Help required

2001-12-04 Thread MrBaseball34
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Eddie, > > There are some good books to get you started running - literally - with PHP > and a database (usually MySQL). > I would recommend PHP Fast and Easy (blue cover with red writing). Each > chapter focuses on a given task... buil

[PHP] Re: PHP Help required

2001-12-04 Thread MrBaseball34
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > I would like to know if someone could help create: I was kind looking for someone to help show me the way. Not really to do it all. I was just notified by the league pres. that we do not have the budget to pay for anyone else to perfo

[PHP] PHP Help required

2001-12-04 Thread MrBaseball34
eason usually starts the first weekend of April. I will need some testing time to test and debug anything that is written. What would you require to participate in this project? Regards, Eddie Shipman (MrBaseball34 on XMBForum.com forums) Austin Metro Baseball League http://www.austinmetrobasebal

Re: [PHP] Re: Faking MS Access on MySQL linux box

2001-11-12 Thread MrBaseball34
> What I need is to write PHP pages which manipulate a MS Access DB > via ODBC, because this is what the hosting company makes available > (and it's not going to change because of several reasons) > My suggestion would be to change hosting companies due to their stupidity of using Access as a w

Re: [PHP] PHP->ASP

2001-10-26 Thread MrBaseball34
In article <023601c15de3$c05d8bc0$[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Is the PHP code you provided below working, I need something like than and i > wonder if i could use it. > NOBBY Actually, right now I'm using some code stripped from the PHP-Nuke Weather add-on. But it gets its

[PHP] PHP->ASP

2001-10-25 Thread MrBaseball34
Can anyone show me the ASP equivalent to this PHP code I cut from a Weather script? I need to know how to get the response from the server into a string array fo process each line. $weather_url = "http://iwin.nws.noaa.gov/iwin/tx/hourly.html";; $city_name = "AUSTIN"; exec ("$wget_command $weath

[PHP] Re: Help converting ASP->PHP

2001-10-24 Thread MrBaseball34
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > > > datCurrent, intCurrentMonthDays and intWorkDays are local > > > This didn't totaly help. This line I can't figure out: > > intCurrentMonthDays= Day[DateAdd["d",-1, DateAdd["m",1, datCurrent]]]; > > > > Basically it gets the number of

[PHP] Re: Help converting ASP->PHP

2001-10-23 Thread MrBaseball34
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > > function begin_month($timestamp) > { > $a = getdate($timestamp); > return mktime(0, 0, 0, $a["mon"], 1, $a["year"]); > } > > function end_month($timestamp) > { > $a = getdate($timestamp); > return mktime(0, 0, 0, $a["mon"] + 1, 0

[PHP] Re: Help converting ASP->PHP

2001-10-19 Thread MrBaseball34
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... >Goto yahoo and do a search for ASP2PHP - it is a script that converts >asp pages to php. Never used it so I can't say how good it works, but >I'm guessing it will do all the basic stuff really well, but db stuff >might get a bit messy.

[PHP] Help converting ASP->PHP

2001-10-19 Thread MrBaseball34
PHP Newbie, so please don't flame me ! I am converting an organizer example from an ASP book to PHP and need some help. Need some help with the following code : /* intMonth and intYear are variables passed into a function datCurrent, intCurrentMonthDays and intWorkDays are local variables *

Re: [PHP] Delivering NAMED pdf files

2001-10-19 Thread MrBaseball34
> > And the php page which is fileaccess.php: > > $fp1 = "D:\\Pdf\\" . $fp; > $len = filesize($fp1); > header("Content-Type: application/pdf"); > header("Content-Disposition: inline; filename=$fp1"); > header("Content-Length: $len"); > readfile($fp1); > ?> Have you CHECKED the value of $fp? -

RE: [PHP] Database editor

2001-10-05 Thread MrBaseball34
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > As a couple others posted, if you want it to be PHP, then phpMyAdmin, > http://sourceforge.net/projects/phpmyadmin. > I just found that one...thanks... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL P

RE: [PHP] Database editor

2001-10-05 Thread MrBaseball34
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Also try Mascon and FreeMascon. Note, these run on Win32, so the other tool > someone mentioned is not the one and only Win32 tool for this :) > > FreeMason will let you edit tables and such. Step up to Mascon to get > things like adm