Keith Davis wrote:
But how are you getting the data from the db?
Does $rowqry represent a call using the mysql_fetch_array() function?
mysql_fetch_assoc()
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Devendra Jadhav wrote:
No need to do anything special. It should display date as string. Can
you provide little more information or code snippet?
$tweettable .=
preg_replace('@(https?://([-\w\.]+)+(:\d+)?(/([\w/_\.]*(\?\S+)?)?)?)@',
'$1',$row["TWEET_TEXT"]) . "" . "Sent at: " .
$rowqry["TWEET_
is there any special trick to getting a MySQL date to print out? Simply
echoing it out doesn't seem to work.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Niel Archer wrote:
Windows XP
Apache 2.2.11
PHP 5.2 (CGI version).
When I navigate to a page on the server, it gives me a direct download
dialog box. But when I take that page and parse it directly through the
php-cgi program, it comes out fine.
Probably a configuration problem with
Windows XP
Apache 2.2.11
PHP 5.2 (CGI version).
When I navigate to a page on the server, it gives me a direct download
dialog box. But when I take that page and parse it directly through the
php-cgi program, it comes out fine.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe
On Mon, 2006-12-04 at 12:31 -0400, [EMAIL PROTECTED] wrote:
> Hi!
> I'd like to know if it's possible to play an mp3 file using php only
> (without flash) and how it's done. Hope this is possible and someone knows
> how to do it.
>
> Thanks to whoever answers.
>
I don't know that it is possib
Hi, I have a machine that is running PHP/IIS. I want to run Apache on
it. My question is: Do I need to set up a seperate PHP.ini file for Apache?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Is the MySQL server located on the same machine as the Apache machine?
-Original Message-
From: Harpreet [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 10, 2006 9:36 AM
To: php-windows@lists.php.net
Subject: [PHP-WIN] Localhost does not work
$con = mssql_connect('localhost','username',
located libmysql.dll from the zip file, plugged it into the directory
set up by the automated installer, works (probably an error the people
organizing the project should be aware of).
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
The directory name is invalid.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Daniel Kaliel wrote:
> Could be a permission issue. As a test, give the user Everyone full
> right to c:\php and see if that makes a difference. You can tighten it
> afterwards.
>
> -Original Message-----
> From: John Meyer [mailto:[EMAIL PROTECTED]
> Sent: July
Daniel Kaliel wrote:
> In your phpinfo() page where does it say it finds the php.ini file?
> Just want to make sure that you are editting the right one.
>
> -Original Message-----
> From: John Meyer [mailto:[EMAIL PROTECTED]
> Sent: July 25, 2006 10:43 AM
> To: Danie
Daniel Kaliel wrote:
> Where is your php.ini located? I have had troubles when it was located
> within c:\php even though that was in my path.
C:\Windows
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Daniel Kaliel wrote:
> Does php work at all? If you had a page that only did
>
>
>
> Does it display anything?
Yep, it works. Can probably provide a PDF of it.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Daniel Kaliel wrote:
> I think the problem is that you need to convert the password in MySQL to
> an Old password. With version 5 MySQL released greater security
> encrpytion for the root and other passwords. PHP still can not connect
> using the new MySQL encryption. So you need to change your
Hi,
When I try to connect with PHP and IIS 5, I get an error
mysql_connect() unknown function.
How do I fix that, or should PHP under Windows (the installer version)
have that function internally?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.
Hi,
I have a situation where I may have to switch the database while I am
looping a resultset. If I do a mysql_select_db within the middle of that,
will that change the initial resultset, e.g
while ($row = mysql_fetch_array($result)) {
mysql_select_db($anotherdb);
//do stuff
Can somebody send me the names and URLs of the best PHP clients out there.
Auto-completion is a big feature that I'd like to have.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Technically speaking, that's not true. ASP is a set of objects that can be
manipulated via a server side scripting language. VBScript is the most
famous, but you can also use JScript, Perl or even Python in an ASP page.
-Original Message-
From: Warren Vail [mailto:warren@;vailtech.net]
I have a date coming in in the format (mm/dd/) that I need to insert
into a date column. How do I modify this using regexps so that it will fit
in.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Win2000, IIS, PHP 4.2.1
Code:
$userid = $rowset["USER_ID"];
setcookie("user[name]",$userid);
setcookie("user[password]",$password);
Doesn't seem to be setting the cookies.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.
think).
cheers.
- Original Message -
From: "John Meyer" <[EMAIL PROTECTED]>
To: "Blue Presley" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, October 14, 2002 8:13 AM
Subject: RE: [PHP-WIN] PHP_SELF
>
> I usually use the semicolon and it wo
I usually use the semicolon and it works fine. In fact, if I recall, I get
an error anytime I don't include it.
-Original Message-
From: Blue Presley [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 13, 2002 3:42 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] PHP_SELF
your error is n
Patch done, end of story.
- Original Message -
From: "Afan Pasalic" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 01, 2002 8:21 AM
Subject: [PHP-WIN] any comment?
"Flaws found in PHP scripting language"
http://zdnet.com.com/2100-1105-847252.html
Any comment?
Afan
What type of server are you running the program on? And is it properly
configured.
- Original Message -
From: "Jukka Pakkanen" <[EMAIL PROTECTED]>
To: "Mike Flynn" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, December 28, 2001 8:44 AM
Subject: Re: [PHP-WIN] header() problem
At 08:49 PM 12/19/2001 +0200, George Nicolae wrote:
>can anyone suggest me a good php ide? I tried some freeware but a need a
>real good one.
>ps. also suggest the download address
>
>--
HTML-Kit (http://www.html-kit.com)
Komodo: (http://www.activeperl.com/Products/Komodo/)
--
PHP Windows Mail
At 02:07 PM 12/10/2001 -0800, you wrote:
>I just put a class that can do that at:
>http://phpclasses.upperdesign.com/browse.html/package/388
>You can also have a look at:
>http://www.phpbuilder.com/columns/alain20001003.php3
>A+
>Alain
Of course, you could always use Microsoft Word's top notch HT
Just a quick question on the MSSQL functions: are they unsupported in the
CGI version of PHP?
--
PHP Windows 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 PROTEC
ou also have to configure these servers to run PHP (not a
completely easy task, but not difficult either).
I'd suggest looking at http://www.php.net/manual/en/installation.php to
learn how to install PHP.
As far as the Access goes, yes you can, but you need to configure it
through ODBC. C
Have you written any code?
--- Manesh <[EMAIL PROTECTED]> wrote:
> I need one to search my site, and the web, it need
> to be like a radio
> button. PLEASE PLEASE PLEASE
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional comm
Did we really have to recycle this old joke for April Fools?
-Original Message-
From: Alain Samoun [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 01, 2001 11:53 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: [PHP-WIN] MS is going to distribute Linux in September
Well guys, part
31 matches
Mail list logo