Can anyone help me?
When i use the following include file:
file globals.php
$DB='whatever';
then reference it from another script with:
I get
$DB = 'whatever'
being printed on the screen and the script cant recognise $DB (undefined)
afterwards.
Thanks for any help for a novice!
--
PHP
Hey there,
I'm running apache w/ php 4.0.6 on our win nt 4 server. I can't seem to get
the mail function to work. It doesn't complain -- nothing complains. The
email are not going through
It's supposed to be a contact form that emails the info to me. I don't get
the emails. It's also su
Hey there,
I'm running apache w/ php 4.0.6 on our win nt 4 server. I can't seem to get
the mail function to work. It doesn't complain -- nothing complains. The
email are not going through
It's supposed to be a contact form that emails the info to me. I don't get
the emails. It's also su
Hey there,
I'm running apache w/ php 4.0.6 on our win nt 4 server. I can't seem to get
the mail function to work. It doesn't complain -- nothing complains. The
email are not going through
It's supposed to be a contact form that emails the info to me. I don't get
the emails. It's also su
Hey there,
I'm running apache w/ php 4.0.6 on our win nt 4 server. I can't seem to get
the mail function to work. It doesn't complain -- nothing complains. The
email are not going through
It's supposed to be a contact form that emails the info to me. I don't get
the emails. It's also su
Hey there,
I'm running apache w/ php 4.0.6 on our win nt 4 server. I can't seem to get
the mail function to work. It doesn't complain -- nothing complains. The
email are not going through
It's supposed to be a contact form that emails the info to me. I don't get
the emails. It's also su
Hey there,
I'm running apache w/ php 4.0.6 on our win nt 4 server. I can't seem to get
the mail function to work. It doesn't complain -- nothing complains. The
email are not going through
It's supposed to be a contact form that emails the info to me. I don't get
the emails. It's also su
the current version of cURL?
I have no idea who is in charge of getting curl into Win32 builds, perhaps you could
point me in the right direction?
Thank you again,
Jason
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I'm not sure but I think this is his download page:
http://bisqwit.iki.fi/src/
HTH
J
At 11:00 30/08/2007, you wrote:
Hi there!
Is there anyone who know of a free directory browser like this one?
http://bisqwit.iki.fi/folderphp/
I would like to use it, but I can't found any download-link
Hi all,
Is there anyone out there who would be kind enough to send me a
thread-safe build of php_dblib.dll which is compiled against FreeTDS
0.64 or 0.82?
Going by the tds logfiles the current dll from http://kromann.info is
built against FreeTDS 0.63.
TIA
Jason
--
PHP Windows Mailing
tions.c(69) : error C2065: 'phpext_dblib_ptr' :
undeclared identifier
main\internal_functions.c(69) : error C2099: initializer is not a constant
NMAKE : fatal error U1077: '"cl.exe"' : return code '0x2'
Can anyone who has built this DLL on windows shed any light?
At 14:09 14/03/2008, you wrote:
Jason wrote:
> Hi all,
>
>
> Here's the compile error I'm getting:
>
> main\internal_functions.c(69) : error C2065: 'phpext_dblib_ptr' :
> undeclared identifier
> main\internal_functions.c(69) : error C2099: i
At 16:00 14/03/2008, you wrote:
Jason wrote:
> To be honest, I can't actually get either of the mssql variants to
> compile properly. Specifically I can compile the MS mssql dll, but can't
> link it (unresolved external _in6addr_any in php5ts.dll).
>
> I have a sn
Hi,
I use PHP 5.2 on Vista x64.
Rather than use the registry we use the PHPRC environment variable to determine
the ini file location. This works the same on all editions of Windows - x86 and
x64. Would this be a good alternative to use?
In direct answer to your question though, the Wow node i
> -Original Message-
> From: Fred Silsbee [mailto:fredsils...@yahoo.com]
> Sent: 06 September 2009 18:45
> To: php-windows@lists.php.net
> Subject: [PHP-WIN] there is no php5ts.dll under PHP 5.3
>
>
> there is no php5ts.dll under PHP 5.3
> downloaded file
>
> C:\PHPDownloads\SQLSERVER
>-Original Message-
>From: Rasmus [mailto:ras...@lerdorf.com]
>Sent: 07 June 2011 13:53
>To: Lester Caine
>Cc: php-windows; PHP internals
>Subject: [PHP-WIN] Re: [PHP-DEV] Re: [PHP-WIN] Re: [PHP-DEV] Windows builds
>
>On 06/07/2011 09:36 AM, Lester Caine wrote:
>> Pierre Joye wrote:
>>> Le
If you hit reply it only goes to the person that sent it, you have to
reply to all to get to the list... Figures!
~j
-Original Message-
From: Vail, Warren [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 5:57 PM
To: 'martinahingis'; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Re: Ho
I am trying to define variables through an anchor tag to retrive data from
MySQL, When the script runs it displays Array. I am running WIN2K and IIS
5
echo "Camp Street Cafe";
Here is the script that is called.
$Location_Info";
?>
--
PHP Windows Mailing List (http://www.php.net/)
To u
same
problem happens with other fields too, it seems really selective. I can use
WHERE color='red' and get results, but color='black' returns nothing,
although there are matching records.
Any ideas? I need to get this fixed but I'm not sure what's wrong!
Thanks in advance,
Jason
(PHP 4.1.2 Win32)
(MySQL 3.23)
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
$.02 - just learning all this stuff myself!
Jason Soza
- Original Message -
From: "Stuart Dallas" <[EMAIL PROTECTED]>
Date: Friday, May 3, 2002 12:16 pm
Subject: Re: [PHP-WIN] File Uploader - Progress
> On 3 May 2002 at 15:57, Mike Flynn wrote:
> > At 01:21
Did you restart Apache after making the php.ini changes?
Jason Soza
- Original Message -
From: "Tomator" <[EMAIL PROTECTED]>
Date: Friday, May 10, 2002 1:52 pm
Subject: [PHP-WIN] mail() problem
> When I try to use mail() function I see warning "Unknown error in
Use $HTTP_GET_VARS['testVar'] or $_GET['testVar'] - $_GET[] is
preferred as $HTTP_GET_VARS[] is deprecated.
http://www.php.net/manual/fi/language.variables.predefined.php
Jason Soza
- Original Message -
From: "R.S. Herhuth" <[EMAIL PROTECTED]>
Most likely your globals are turned off in php.ini.
Try this:
And see if that returns the value for you.
Jason Soza
- Original Message -
From: "Diego Prusky" <[EMAIL PROTECTED]>
Date: Monday, June 3, 2002 4:07 pm
Subject: [PHP-WIN] parms are ignored
>
>
&g
Use an if() statement and header() function. Look at the manual entry
for header() here:
http://www.php.net/manual/en/function.header.php
Jason Soza
- Original Message -
From: "Blaine Dinsmore" <[EMAIL PROTECTED]>
Date: Thursday, June 13, 2002 9:34 am
Subject: [P
That's (roughly) a shorthand if statement. (if)?(then):(else);
So this:
if($i==0) {
$i++;
} else {
$i*20;
}
Is the same as this:
($i==0)?($i++):($i*20);
Jason Soza
- Original Message -
From: "Kit Kerbel" <[EMAIL PROTECTED]>
Date: Tues
tisort.php
Jason Soza
- Original Message -
From: "R.S. Herhuth" <[EMAIL PROTECTED]>
Date: Thursday, July 25, 2002 11:09 am
Subject: [PHP-WIN] Brain Twister
>
> I have a series of offices (11 at the present time). Each office
> has a
> CITY STATE ZIPCODE and a
I think the first things I would check, if your drives are NTFS, are
the permissions on the text file. Is it writable by whatever user
Apache is running as?
Jason Soza
- Original Message -
From: "Andreas Esser" <[EMAIL PROTECTED]>
Date: Friday, August 2, 2002 1:37 pm
S
I would love to see this fixed in release 4.2.4 !!!
Thanks
Jason
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
and get it
working correctly. Being able to run code on a timeout, user-abort or error
is critical.
Jason
"Jason Caldwell" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'm posting this here to give this BUG attention. It's
Hey folks. I am attempting to run PHP code with
PM
To: Jason Porembski
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN]
If you're trying to get a LITERAL ?> Use > for your > symbol so that
you have
?>
I also noticed you didn't have a
Does this help?
John W. Holmes wrote:
>subject's allready my question ! I want to echo something like :
"
action = \",?php echo $PHP_SELF ?> \" >" so that the action becomes
ec
The 4.0.5 release seems to be buggy with the COM functions, so it might be
better to wait for a few weeks for a bug-fix release.
-Original Message-
From: Jeff Brewster [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 2 May 2001 1:02 AM
To: [EMAIL PROTECTED]
Subject: php4win.de distribution
The correct case should be CStr, the same as CInt
It is used for typecasting, but obviously Strings should not be used if you
can avoid it, because they are SLOW.
The PHP equivalent is to write:
function selected (&$firstval, &$secondval) {
return (strcmp($firstval, $secondval) == 0) ? "
I ran a brief ADODB test and it gave me an Access Violation Error.
PHP has encountered an Access Violation at 2474FF04
when parsing this line:
$fields = $rs->Fields;
where $rs is the recordset from the SQL database.
I got the following error messages when using MSXML Parser 3.01 to load an
X
es, COM is completely broken in 4.05
>> Alain
>>
>> On Wed, May 02, 2001 at 06:51:14PM +1000, Jason Gan wrote:
>> > I ran a brief ADODB test and it gave me an Access Violation Error.
>> >
>> > PHP has encountered an Access Violation at 2474FF04
>> >
http://www.phpide.de/
> I wondering is they any good editor for PHP in windows, like Visual
> Interdev for ASP
--
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,
Hi John Asendorf,
Can you supply a short example of the PHP code, so that someone can suggest
ways of optimising it?
What do you mean "sessions via files"? Do you mean PHP's built-in support
for sessions?
Maybe it's just the server having a bad day.
-Original Message-
From: Asendorf, J
Hi John,
It's probably a good idea to consider installing the Apache server on
another port, just to interface with the database persistently.
Funny that PHP doesn't have the equivalent of "ASP Application Object".
-Original Message-
From: Asendorf, John [mailto:[EMAIL PROTECTED]]
Sent
does the directory c:\tmp exist?
check php.ini for how to configure the directory temporary session information
is kept
this is all in the online manual by the way - http://www.php.net/manual
> I am getting the following on a Windows 2000 Professional installation when
> I try to start a sessio
Hi Everybody,
I'm a php newbie - (best to warn you straight away!!!)
How do I use session variables?
In asp its just:session("somevariable")
Thanks in advance,
Jason.
-----
Jason Belletty
Software Development
w: www.spinof
>I can connect using ODBC but not the mssql functions
Are the MSSQL extensions installed? That could be it.
--Jason
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the l
If it's not in the PHP-Win distribution, there is a reason, and it is
usually
because the source is not thread-safe.
PHP doesn't work properly with non-thread-safe extensions under
IIS/Windows...
-Original Message-
From: Flint Doungchak [mailto:[EMAIL PROTECTED]]
Sent: Saturday, 7 July
There is a COM spell checker. It happens to cost a lot of money.
-Original Message-
From: Johan [mailto:[EMAIL PROTECTED]]
Sent: Monday, 9 July 2001 5:42 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Spell checking w. PHP in Windows
Workaround2: Isn't there any COM-spell checker? I be
Michael
Actually what you're after is Dreamweaver 4 Ultradev... The one that
actually
doesn't wreck the code...
If you want to code PHP, you should go for either these two editors:
(1) HomeSite 4.5.2 --- The PHP Editor on steroids.
(2) UltraEdit --- I'm currently using this at work because it's
ve any business putting files into %systemroot% - not only that,
they quite possibly can't by default.
jason
--
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 PROTECTED]
tead of using a function if you
want.
http://www.php.net/manual/en/language.operators.php
jason
--
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 PROTECTED]
If you're using PHPLIB, then using database abstraction the code would look
like:
while ($db->next_record()) {
print $db->f("title");
}
-Original Message-
From: CJD [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 14 August 2001 7:56 AM
To: [EMAIL PROTECTED]
Subject: Re: How do you s
ge on iplanet i can do this only once then my webserver
isn't reachable any more for a while. Sometimes the server keeps running
other times the webserver stops.
With iis the script runs well.
Please someone help me because a can't find any info on this subject.
Regards,
Jason
--
PHP
ons become indipendent of
a platform they are using
regards,
Jason
"Mark" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
? you posted an IIS question to a php list and now you're complaining
about not getting a useful response?
On
and not
functional. It's not the inexperienced person who decided which platform to
use but the management of the company. It's up to use as consultants and
developers to help those managments to choose for a more secure and stable
platform.
Regards,
Jason
"Mark" <[EMA
Daniel,
Do also check if your odbc driver is compatible with your ms access
version!!
regards,
Jason
"Daniel Parsons" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I'm running PHP 4.0 on WinNT 4 with IIS
Darius,
Looking at the results i think this is the first record you put in your db.
everytime you put an other record in your db you ask for your first record
to display. Tray to get the last record or first empty your table before
running this script.
Regards,
Jason
"Darius Burlega&quo
George,
I do not think so, as application become platform indipendant there is no
need to keep it running on ms. Then you can choose for an cheaper stable
platform.
Regards,
Jason
"George Pitcher" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PRO
Anyone know how you can make a work around on remote files includes on a
windows system?
--
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 PROTECTED]
I'd rather have my mailbox stuffed with 100 dollar bills =)
--
Jason Wood
Chief Technology Officer
Expressive Tek, Inc.
407 Kehrs Mill Road
Ballwin, MO 63011
Phone 636.256.1362
www.expressivetek.com
<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Thank you for
Apache 1.3.20
PHP 4.06
W2K Pro
I installed Apache to d:\apache
I extracted the php files to d:\apache\modules\mod_php4
I have the following code in httpd.conf:
ScriptALias /php/ "d:/Apache/modules/mod_php4/"
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source
ssage-
From: Jason Bouwmeester [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 23, 2001 3:39 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] PHP Installation
Apache 1.3.20
PHP 4.06
W2K Pro
I installed Apache to d:\apache
I extracted the php files to d:\apache\modules\mod_php4
I have the foll
elp!
Here are the scripts:
Login page:
-
Now if the user exists it opens the ...default.php page, which has this code
...
thx!
Jason
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-ma
It means that either PHP is not running, or there's a parse error on the
page and you dont have the error handling set.
--
Jason Wood
Chief Technology Officer
Expressive Tek, Inc.
407 Kehrs Mill Road
Ballwin, MO 63011
Phone 636.256.1362
www.expressivetek.com
"StefáN Vingir Skar
... fix it... and
reupload it. Such a pain in the butt =)
If that's not it, i've got no idea. Sorry!
Jason
"StefáN Vignir SkarphéðInsson" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Thanks for trying to help :)
> If my
Hey gang,
I installed PHP4 on my Apache server. It works fine on the default site
however, I have 3 sites running off of my server using the directive. When I try to access a PHP file on one of the 2 other
sites, it asks me if I want to download the file. Is there any way I can
get PHP to work o
The O'Rielly books are great. I know there's a MySQL one; Not sure about
one for PHP, but i wouldn't be suprised if there was one. Check those out.
--
Jason Wood
Chief Technology Officer
Expressive Tek, Inc.
407 Kehrs Mill Road
Ballwin, MO 63011
Phone 636.256.1362
www.ex
Had that
happen to someone at work here ;)
Jason
"Justin Garrett" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Use phpinfo() to see where PHP is looking for its config file.
>
> --
> Justin Garrett
>
> "Harry
if you have installed php on windows i have to disapoint you: remote include
files do not work on windows.
<[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am trying to install a php/mysql board but get warnings about
> Undefined variable: .
> It appears to be
ruction at "0x006b6d1" referenced memory at "0x". The
memory could not be "read". '
I've tried reinstalling both apache and php, to no avail. I came across on
reporting of this on the php.net bug tracker, but no solution. anyone know
how to fix this
7; I got the right
output.
If anybody has fought thru this stuff with PWS 4 on WinME and got it to work
I would really appreciate some help.
Thanks!
Jason Trickett
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
m. You can
manually configure your webserver by following the steps in the install.txt
file located in your PHP installation directory."
What is this missing OCX control? How do I fix it?
thanks,
Jason
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
dn't come with any system disk -- and
it doesn't exist under "Add/Remove Programs" -> "Windows Components"
like it should. I haven't been able to turn it up ANYWHERE on the
internet, so any help would be appreciated.
--
Jason
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
headers .= "Reply-To: ".$myname." <$myemail>\r\n";
$headers .= "X-Priority: 1\r\n";
$headers .= "X-MSMail-Priority: High\r\n";
$headers .= "X-Mailer: Just My Server";
if(mail($contactemail, $subject, $message
I have a simple mail script that just takes values from a form (to address,
subject and message) and sends them to a mail() function. Whenever the
mail() function is called Apache 2.0 crashes. I'm running Apache 2.0 on a
Windows 2000 machine (localhost) with PHP 4.3.1.
What could be causing this
What is the code you're using? Make sure to use imageCreateTrueColor when
using JPGs. I'm too sleepy right now to go into the reasoning for it, but
take a look at it.
"Afan Pasalic" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
> just installed php 4.3.0 and enabled gdlib.
ossible in
Interpreted languages?
Jason Hoover
Web Application Programmer
Entolo
2299 Territorial Road
St. Paul, MN 55114
Phone: 763.847.8022
Fax: 763.642.1600
[EMAIL PROTECTED]
www.entolo.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
ain Fontaine [mailto:[EMAIL PROTECTED]]
Sent: Monday, 5 February 2001 6:36 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] forking processes
Jason,
I have recently read about another quite useful way to do what you want:
create a separate php script file the purpose of which is to do the actual
mai
iable
pdf_place_image($pdfObject, $im, 100, 300, 1); // Place image
pdf_close_image($pdfObject, $im);// close image
PDF_end_page($pdfObject); // End Page
PDF_close($pdfObject);// Close PDF Object
fclose($fp); // Close PDF File
Jason Hoover
Web Appli
Hi Josh,
If you're using ISAPI, popen() won't work because it's forking the command,
and you can't fork when running in-process in IIS.
fputs() does work, though, with fopen and fclose.
-Original Message-
From: Josh Seward [mailto:[EMAIL PROTECTED]]
Sent: Friday, 16 March 2001 12:03 PM
Hi,
Can you report the following bug to www.php.net
I think there is a problem with php reading the ini setting for php_java
On my system it always appends a . in front of the path, which screws up the
loading of the php_java.dll
The only way to solve it is not to put any pathing information wit
I did not get an error when I accessed Fields(x)->value and Fields(x)->name
where Cell in Fields(x) contains a null value.
I have not tried it with a null field, but there is no such thing as a null
field.
Why would someone design a database where you would query "select [] from
db"? :-)
-Or
Dear Ladies and Gents,
That error message "Unable to fork" is stupid, because fork is not supported
under Windows, as it is a Unix command to fork two processes. Windows uses
multi-threading instead.
They should just rename the error message to "Identified PHP4 error&q
I'm using php5.0.0rc1 and trying to use the new dom xml functions. I
thought that I needed the php_iconv.dll to do this, but it's not
distributed in the binary package. Do I even need this for dom xml, and
if so where can I download the extension?
--
PHP Windows Mailing List (http://www.php.n
Jim Macdiarmid wrote:
In the index.php file I have the following code:
require_once('include/db_connect.php');
require_once('include/db_functions.php');
/* includes commonly used functions */
require_once('common.php');
$sphist_rec_count =
GetRecCount('RecentActiveSpaces','RECENT_SPACE_COUNT'
Can you give us some code to try to reproduce the error? Without seeing
anything, my guess is you use a function to destroy sessions and it is
being called when it shouldn't be.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Anthony Ritter wrote:
The following script is from Kevin Yank's book (Sitepoint).
When I test it _without_ entering a name in the text box and hit submit, the
_next_ page
loads - however the same page should load beacuse of the conditional
if (!isset($name) ):
.
If I replace
!isset
M.Feoli wrote:
Hi, I am rephrasing my last question,
I have a database which I need to access via Web, and display multiple
pages of the resulting records of the select statement I issue.
Is there a code for this out there, which I could start with.
thanks
You might also check out the Pager
Jim Macdiarmid wrote:
Hi everyone,
I think I'm having some issues with page/form caching and I'm not sure
how to turn it off just for the current page, or if that is the proper
thing to do. When I click submit on the form, the page redisplays
however it doesn't seem like any processing is taking
Bruno Reato wrote:
Hi!! i'm newbie in PHP's world and i trying execute a simple query with php
5 and interbase 7, but, when i execute
$db = ADONewConnection('ibase'), get the next error:
PHP Fatal error: Class ADODB_Iterator contains 1 abstract methods and must
therefore be declared abstract (Iter
Sorry, forgot the link:
https://www.zend.com/php5/articles/engine2-php-oo.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Zosimo Miravite wrote:
Clear DayHi, i am a new member here. i have a prblem regarding with my php
script - viewing a summary of my report. i have already encoded several
reports. all i need is to view it within a specified date. like for
instance, from May 1, 2004 to Sep 31, 2004. inputting these
Alain.Orset wrote:
I try to send a string back to the browser by simply doing something like
echo $reply.
Are you sure that $reply is a string? You could use is_string() to check.
On the browser, I received something like
nn
reply string value
0
nn is the length in hexadecimal of the string valu
Dean Hayes wrote:
Hey,
This may sound like a stupid question but i am currently working on a
The only stupid question is the one not asked :)
Advanced Calendar script and was wondering if there is anyway to use the
same code an make it into a stand alone program. As the only programming
i kno
Zac Barton wrote:
you could try this?
http://www.roadsend.com/home/index.php?rID=root&pageID=compiler
zac
This looks really cool... have you tried it with anything?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jim Macdiarmid wrote:
I seem to be having trouble with including files into my pages. I like
to structure my site into folders so that I can keep the root folder
relatively clean and only necessary files go in there. For example:
\DocRoot\
\folder1\
\folder2\
\folder3\
I'm trying to setup PHP to run on Windows 2003 running IIS 6 and SQL Server
2000 SP2. I'm able to setup PHP itself with no problem; the "phpinfo.php"
page opens fine. The problem I have is when I try to setup either
"phpwebsite" or "phpbb". For some reason I continue to get a "Database not
found
able in the
>>php ini file, as well made sure that the ms sql dll is in the same
>directory
>>as php.exe?
>>
>>
>>-Original Message-
>>From: Jason Boomer
>>To: [EMAIL PROTECTED]
>>Sent: 2004-04-06 03:36
>>Subject: [PHP-WIN] Using PHP o
Lsf_80 wrote:
hi all..
I have some doubts regarding the PHP programming in windows based.
i will write a wap, let user download picture, ringtone or java game. when
user download..i want to keep a log or deduct one point.
i know can send by binary code..like open picture and send.
for nokia the
Uwe Thiede wrote:
i've tried differend configurations of php and iis/apache and all of them
failed to handle the "xml processor instuctions" inside my html pages.
I don't know if there's a native apache function to do what you are
asking (if there is, I'd like to hear about it from someone else).
However the following scenerio will not pass the session id Or
atleast
I can't seem to get it to work.
/* Page1.php */
/* Page2.php */
Echo SID;
Any ideas?
First of all, read the manual: http://www.php.net/manual/en/ref.session.php
You need to pass the session information from Page1.p
Rafi Sheikh wrote:
Hi List, does any one know how to create unique data series (arrays) per
given category? For example:
I would like to have a stacked bar graph hence needing series of data that
belongs to each category in my category column.
An example would be, number of tickets by client over
way to get it upgraded to the current version of cURL?
I have no idea who is in charge of getting curl into Win32 builds, perhaps you could
point me in the right direction?
Thank you again,
Jason
You're probably going to get more help if you send this question to the
dev list instead o
to get it upgraded to the current version of cURL?
I have no idea who is in charge of getting curl into Win32 builds, perhaps you could
point me in the right direction?
Thank you again,
Jason
I'm mailing the list as well in case other people are interested in this
topic. Now to be hone
1 - 100 of 283 matches
Mail list logo