of matrix.
Once you've set this up, you should be able to start building the site
around it.
Good luck,
Ben
"César aracena" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi all,
>
> I'm about to make a site and I
also tried talking to sendmail directly, from PHP, rather than using
the mail() function, and have found that the same problem occurrs.
Could it be something in PHP.INI ?
Please help !
Thanks,
Ben Peters
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.ph
No, its definitely not that. I've set the sendmail_from and it's still not
working.
Also, the mail() function actually fails to return a success code for the
non-sitedomain addresses, implying that the problem is at the source, not
the destination.
Can anyone help?
Thanks
Ben
&qu
,
Ben
"Timothy Hitchens )" <[EMAIL PROTECTED]> wrote in message
008201c2c859$a4320020$0500a8c0@bambino">news:008201c2c859$a4320020$0500a8c0@bambino...
> The box does have a default route to get out of your network I trust??
>
>
> Timothy Hitchens (HiTCHO)
&
I just got two,
Expecting two more now
"Joe Harman" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hey is every one getting a returned message from
> [EMAIL PROTECTED]
>
> Joe Harman
>
>
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.
You could try...
SELECT 'Count1', COUNT(*) FROM table1 WHERE cno = 3
UNION
SELECT 'Count2', COUNT(*) FROM table2 WHERE cno = 3
UNION
etc.
At least you could fill an array to see what was missing.
"Ryan A" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
> In my php script i a
Todd
I use the ODBC drivers to connect a w2k server running PHP to a w2k server running
MSSql. It is used mainly for real time reports on sales etc.
I have had trouble in the past connecting. Downloading & installing MDAC from MS on
the php server helped.
Not much data is transferred, so never
Ok, I'm sort of a beginner at this, so cut me some slack. :-) Ok, I have an
if then statement that after you click a link it looks like this:
blah?page=pagename It looks something like this:
http://www.site.com/home.php";);
}
else{
include ("http://www.site.com/"; . "$page" . ".php");
}
?>
This co
How would I do this then?
"Leif K-Brooks" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Ben wrote:
>
> >Ok, I'm sort of a beginner at this, so cut me some slack. :-) Ok, I have
an
> >if then statement that after you click a link it looks li
thanks a bunch
"Leif K-Brooks" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Ben wrote:
>
> >How would I do this then?
> >
>
> include('foo.php');
>
> --
> The above message is encrypted with double rot13 encoding. Any
u
But how would I go about using the IF THEN statement but allowing the page
to see the variables.
"Leif K-Brooks" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Ben wrote:
>
> >How would I do this then?
> >
>
> include('foo.php');
&g
w should I ask PHP to do this?
Also, when I do sort by the Rating I want the ID and the name to remain the
same for each candidate, i.e., I want the indexes to be maintained.
HELP!
Thanks in advance
Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I need someone to tell me exactly what this regular-expression means:
if(ereg("[^ \t\n]",$val)) {
// do the job here
}
I'm looking for an intermittent bug, and I need to understand this to make
sure I have found the bug.
Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscrib
Thanks Bronislav for your answer but this can't be it as the following test
code passes validation:
' . nl2br($val);
?>
Anyone has an idea?
"Bronislav kluèka" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> This condition is true if there is no space, new line or tabulator in $val
>
s Nothhaft" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> ^ inside [] means "not the following chars", so your expression means:
>
> if ($val contains no space " ", no tab "\t" and no newline "\n") {
> //do the jo
I am trying to build a pattern to do the following:
- Find all occurences of HREF=" and SRC=" except those that include the HTTP:// in
their path
- Insert my own domain string (e.g.: http://www.my_domain.com)
So has an example the input string would be :
$val = '
http://www.my_domain.com/test.php
I am trying to build a pattern to do the following:
- Find all occurences of HREF=" and SRC=" except those that include the
HTTP:// in their path
- Insert my own domain string (e.g.: http://www.my_domain.com)
So has an example the input string would be :
$val = 'http://www.test.com/test.php";>ssdf
worked for me) :
$query = "insert into internet_tmp select
rv_ret(\"$FF\"),\"$FF\",$sesid,(sysdate+0.0021) from dual";
the \"$var\" are important : ".$var." won't do, even if with an echo
$query, you _seem_ to get the same results...
--
Ben
On Tue, 20 Mar 2001 [EMAIL PROTECTED] wrote:
> I think you didn't get what I meant,
>
> I need a script such that I can change the content of database.inc from an
> external script (form or whatever)
Have you tried with global variables (see array $GLOBALS) ?
--
Ben
Committe
a function (but not in the global scope)
thanks
ben
[EMAIL PROTECTED]
--
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]
a function (but not in the global scope)
so...i guess my question is how can i globalize a session?
thanks
ben
[EMAIL PROTECTED]
--
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 ad
.
Any help appreciated.
Cheers,
.ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
IL PROTECTED]
> Subject: RE: [PHP] Faking a form POST
>
>
> If you're on windows, you can use a program called Achilles. It acts as a
> proxy and lets you edit the data you send from your browser...
>
> Don't have a URL handy, but it's easy to find.
>
> --
Erik, thanks for this. Works great,
.b
> -Original Message-
> From: Erik Price [mailto:[EMAIL PROTECTED]]
> Sent: 16 April 2002 14:30
> To: [EMAIL PROTECTED]
> Cc: PHP
> Subject: Re: [PHP] Faking a form POST
>
>
>
> On Monday, April 15, 2002, at 09
Thanks to everyone who helped out with this question, got it all working
nicely now. Will credit you all on finished site.
Cheers,
.ben
> -Original Message-
> From: Steve Dix [mailto:[EMAIL PROTECTED]]
> Sent: 16 April 2002 12:26
> To: .ben
> Cc: [EMAIL PROTECTED]
>
I have a function that i call at the beginning of each page (well, those
that require user auth).
checkLogin()
this checks for a positive integer value in a session variable called
intUserID
$_SESSION['intUserID'];
is that isn't a positive integer, i redirect to the login page.
i'm not sure if the same rules apply to PHP but with ASP I make all my
includes contain only functions and constants, no free mark-up, and then
save them as .inc.asp so if requested directly they return an empty script.
.b
> -Original Message-
> From: Jason Wong [mailto:[EMAIL PROTECTED
> On Friday, April 19, 2002, at 07:22 AM, .ben wrote:
>
> > i'm not sure if the same rules apply to PHP but with ASP I make all my
> > includes contain only functions and constants, no free mark-up, and then
> > save them as .inc.asp so if requested directly th
echo "\n";
echo " $myrow[0]\n";
echo " $myrow[1]\n";
echo "\n";
}
echo "\n";
?>
hth,
.ben
> -Original Message-
> From: Mantas Kriauciunas [mailto:[EMAIL
I prefer the following:
function doThing()
{
strFoo = 'bar';
}
nice and tidy.
at the end of the day, as long as code is commented, consistant in layout
style, and works... that's enough. aint it?
.b
> -Original Message-
> From: Frank [mailto:[EMAIL PROTECTED]]
> Sent: 21 Apr
> From: Martin Towell [mailto:[EMAIL PROTECTED]]
> So what I'm basically saying is - choose a style that suits you, and be
> _consistant_ with it - oh, and make sure you indent your code, there's
> nothing worse than trying to read code that's not indented, or
> indented all
> over the place!
Other than notepad, interdev, ultraedit, etc (which i currently use for
editing), does anyone know of a good editor for PHP for Windows, ideally
with syntax colouring, etc?
Cheers,
.ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--Original Message-
> From: Scott St. John [mailto:[EMAIL PROTECTED]]
> Sent: 22 April 2002 06:26
> To: .ben
> Cc: PHP
> Subject: Re: [PHP] PHP editor for windows
>
>
> Macromedia/Allaire Home Site 5.0 has PHP color coding, not auto-complete,
> but you can customize
> On Monday, April 22, 2002, at 09:36 AM, .ben wrote:
>
> > Other than notepad, interdev, ultraedit, etc (which i currently use for
> > editing), does anyone know of a good editor for PHP for Windows, ideally
> > with syntax colouring, etc?
> >
> > Cheer
> > >>> Other than notepad, interdev, ultraedit, etc (which i currently
> use
> > >>> for
> > >>> editing), does anyone know of a good editor for PHP for Windows,
> > >>> ideally
> > >>> with syntax colouring, etc?
>
> > >> You use etc for editing? Sounds pretty cool.
>
> This is a new product Er
I think this is only an issue with an un-patched IE5.01, anything higher
than that should work fine.
.b
> -Original Message-
> From: Negrea Mihai [mailto:[EMAIL PROTECTED]]
> Sent: 23 April 2002 12:26
> To: [EMAIL PROTECTED]
> Subject: [PHP] file download in IE
>
>
> Hi!
>
> How on eart
I am in the process of porting an ASP site to PHP and am really chuffed with
how easy it is so far. I am slightly worried that doing a straight
conversion may not be the best idea, but I plan to go through the site again
when i'm done, and optimise for PHP where possible.
.b
> -Original Me
http://uk.php.net/manual/en/features.file-upload.php
hth,
.b
> -Original Message-
> From: Neil Highley [mailto:[EMAIL PROTECTED]]
> Sent: 24 April 2002 15:53
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] Upload
>
>
> Now this IS lazy programming.
>
> ;-)
>
> [EMAIL PROTECTED]
>
Just out of interest, what's the standard/best/tried&tested method for
handling errors in relation to connecting to DB's? i.e. how to check that
the connection was a success, and if not then display why.
any pointers appreciated.
.b
> -Original Message-
> From: Mike Eheler [mailto:[EM
> -Original Message-
> From: Jon Haworth [mailto:[EMAIL PROTECTED]]
> Sent: 03 May 2002 11:34
> To: '[EMAIL PROTECTED]'; PHP
> Subject: RE: [PHP] Re: PHP with MySQL
>
>
> Hi .ben,
>
> > Just out of interest, what's the standard/best/tried
>
PROTECTED]'; PHP
> Subject: RE: [PHP] Re: PHP with MySQL
>
>
> Hi Ben,
>
> > John, presumably I can leave the error reporting on -
> > but pipe it into a file if i wanted, rather than
> > displaying on screen, and then redirect the user to
> > another pag
rror() or
> errorlog() function that'll write your errors to a file of your
> choosing.
>
> ---John Holmes...
>
> > -Original Message-
> > From: .ben [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, May 03, 2002 4:04 AM
> > To: PHP
> > Subject
Is there a tail util for NT/W2K?
.b
> -Original Message-
> From: Dave Raven [mailto:[EMAIL PROTECTED]]
> Sent: 05 May 2002 10:33
> To: Liam MacKenzie; [EMAIL PROTECTED]; Tom Rogers
> Subject: Re: [PHP] Tailing a log file {!?}
>
>
> check directory rights.
>
> If need be, passwd the user
Hi, I've locked myself out of my flat and left the oven on, could someone
write me a PHP script to let me in, thanks.
.b
> -Original Message-
> From: John Holmes [mailto:[EMAIL PROTECTED]]
> Sent: 05 May 2002 23:39
> To: 'George Nicolae'; [EMAIL PROTECTED]
> Subject: RE: [PHP] Re: help!
IIS produced plain-text log files, this is what i'd like to tail ideally.
cheers.
.ben
> -Original Message-
> From: David Freeman [mailto:[EMAIL PROTECTED]]
> Sent: 06 May 2002 02:01
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP] Tailing a log file {!?}
>
>
> Jonathan Rosenberg wrote:
> > I would like to be able to make a client side HTTPS request from
> > one of my pages. From searching around, I see that I can do
> > everything I want using the CURL library. But the ISP I am using
> > does not have the CURL library installed.
> >
> > I'll ask the
PHPROOT! so, when i put the files in
"c:\apache\php", it works.
why does php_xslt.dll expect the files to be in PHP root? how can i change
this to be able to pick up files from the document root itself?
thanks,
ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, v
I am trying to set up a script that will do different things based on the
reffering page, without having to include the information in the URL. Does
PHP have a built in variable or function that would tell the rest of the
script what page the user came from? Any help is much appreciated.
Ben
marketing stand point, not sharing any marketing
information keeps me employed. Thanks in advance all.
Ben
"Ben" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>I am trying to set up a script that will do different things based on the
>reffering pag
On my site I have a web form for users to upload graphics, however there
are constraints on the size allowed. Recently, a user has been having
problems, because the code is reporting the wrong size - a size too
small to be allowed! They sent me a copy of the image so I could
confirm the error
Ashley Sheridan wrote:
On Sun, 2009-11-15 at 15:07 -0500, Ben wrote:
On my site I have a web form for users to upload graphics, however there
are constraints on the size allowed. Recently, a user has been having
problems, because the code is reporting the wrong size - a size too
small to be
Chris Payne wrote:
Hi everyone,
I'm not sure of the correct formula for this, if I have a file - just
for example, that is 10245458756 bytes long and the download speed is
60KB a second, what formula would I use to calculate how many
seconds/minutes/hours it would take to download the file?
Mat
Ashley Sheridan wrote:
On Sun, 2009-11-15 at 16:25 -0500, Ben wrote:
Ashley Sheridan wrote:
On Sun, 2009-11-15 at 15:07 -0500, Ben wrote:
On my site I have a web form for users to upload graphics, however there
are constraints on the size allowed. Recently, a user has been having
problems
I happen to have grabbed this function from php.net a while back, and
have been using it since:
// by "fr600 at hotmail dot com" at http://us2.php.net/getenv
function getip()
{
if(getenv('HTTP_CLIENT_IP') && strcasecmp(getenv('HTTP_CLIENT_IP'),
'unknown'))
$ip = getenv('HTTP_CLIENT_IP');
have no idea what that could be.
tia.
Ben
---
__
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.656 / Virus Database: 421 - Release Date: 09.04.2004
IL PROTECTED]
Betreff: Re: [PHP] After calling a Function the Script aborts without
anyerror :-\
Hi,
El lun, 12-04-2004 a las 09:27, John W. Holmes escribió:
> From: "Ben" <[EMAIL PROTECTED]>
>
> > i got a big problem. I have a script which includes some other
> >
But what if the function you are callign doesn't need any passed
variable like
$bar = foo(); ???
the more strange thing is, on a lamp environment (SUSE 9.0, PHP 4.3.5),
the scripts worked, on a wamp (win2k, same PHP) and on a LAMP RH9 same
PHP
it didn't work.
-Ursprüngliche Nachricht-
the
function ua_getConnect();
if you need more source code, just tell me, because i still don't have
any idea what that strange beahviour
could caused by.
thanks a lot.
Ben
-Ursprüngliche Nachricht-
Von: William Lovaton [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 13. April
But i don't see an alternative in your "Example 3".
I hate that coding mixed up with the rest of HTML/CSS.
It may be fact, that the perfomance could get worse a bit
when using smarty* but since your not coding sth. for a high
traffic site the usability of code is more important than that
little pea
I found the easiest solution is to use the 'Pager' package in pear
http://pear.php.net/package/Pager
Ben
On Wednesday 19 Sep 2007 15:45, T.Lensselink wrote:
> On Wed, 19 Sep 2007 10:23:58 -0400, "Dan Shirah" <[EMAIL PROTECTED]>
> wrote:
> > Becase I am using
only an example. So upgrading to 5 is not an option for us.
--
Ben
Web Design Shropshire, Software programing
http://www.sparkcomputing.co.uk
On Friday 21 Sep 2007 13:43, Zoltán Németh wrote:
> 2007. 09. 21, péntek keltezéssel 08.16-kor Ed Curtis ezt írta:
> > I'm currently running
Is there a way to take all the variables, no matter what their names and
values are, from the parameters in a url and POST them to another URL so
that they don't show up in the address bar? I've noticed a huge increase in
my bounce rate since I added some tracking parameters to my urls, but I n
al in
replies. Thanks so much for help.
ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t is my problem here? Please help!
Thanks,
Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks a lot for your responses guys. Unfortunately it still isn't
working for me. I've tried both :
$ob->prop = &$this
and $ob->prop &= $this (just in case)
Neither produce a "PHP is OK".
I'm using version 4.2.2 btw. (If ONLY I was on 5)
T
Thanks a lot Greg - those pesky &s! Code now all working...
Greg Beaver wrote:
Ben wrote:
class Ob {
var $prop;
}
class Test {
function setMe(&$ob) {
$ob->prop = $this;
}
}
$ob = new Ob();
$test = new Test();
$test->setMe($ob);
if ($ob->prop) error_log("PH
?
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Ben wrote:
Hi All,
I just upgraded to 4.3.10 and have found a number of scripts have broken
including:
phpMyAdmin-2.6.1-rc1
squirrelmail-1.4.3a + the xss patch
I know, bad form replying to one's own message...
Reverting back to 4.3.9 with the same build configuration options used
in 4.3.1
this may not be
necessary, I have never tried on windows.
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Michael Sims wrote:
Ben wrote:
Reverting back to 4.3.9 with the same build configuration options used
in 4.3.10 has fixed the problems with the various scripts.
Do you use Zend Optimizer?
No, but thanks for the suggestion! Turning off php accelerator in my
php.ini seems to have solved the
ed to decrypt the file came from the web site user
over an SSL encrypted session, otherwise you are simply moving your
plain text information to a different file.
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ST as $key => $value) {
$_POST[$key]=strip_tags($value);
}
print("".$_POST['fusername']." ".$_POST['lusername']."");
?>
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Ashley M. Kirchner wrote:
You're missing the fact that you need to read phpBB's web site from
time to time.
And subscribe to BugTraq. It would have given you a month's warning.
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
likely find a solution.
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
g locked into a particular OS or
web server allows for much more flexibility as you go forward.
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ther
function inside my "ycphpfunc.php" file.
Can someone show me a way to include both session_start() and
setcookie() before ?
Thanks for your time!
Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
r
to put the year, month, and day. Once the info has been submitted you
can check them against the checkdate function
(http://ca3.php.net/manual/en/function.checkdate.php) to make sure
they're valid (ie February 31st, etc.).
- Ben
--
PHP General Mailing List (http://www.php.net/)
To u
letes or marks as stale records
for users who haven't requested a new page within a set period of time.
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
d, i can't find any code sample/articles that get to
this point..
any code/thoughts/comments/etc...
Most forums have some type of "who is online" functionality, have a look
at how they do it.
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ns, are
pretty conservative.
Personally, SimpleXML was all I needed to switch after a particularly
frustrating bought with php4 and xml parsing.
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
tto with cookies. You really need to know where
your variables are coming from if you want a measure of security.
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lems.
And the lazy guy answer... typing $_POST and $_GET is faster than
typing $_REQUEST ;-).
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
your functions they won't care where you got the
values from. Deal with the post or get values in whatever script
handles your form submissions and have it pass the values on to your
functions.
IE
In your post handling script:
$result=doSomething($_POST['this'],$_POST['t
r variables are being passed in the url you should be
referencing them with $_GET[''], so for instance at the
top of navigate.php you should have:
switch ($_GET['nav'])
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
jay thompson said the following on 09/20/05 17:35:
> Thank you all for the kind help. I have The site working now (once i move it
> from the test loc. I'll post a link here. It's for a performance art
> festival here in vancouver). The was actually with $_GET in the switch as
(especially
qmail) do not, by default or without patching, block messages from being
sent to non-existant email addresses. Instead the message is accepted
and bounced. Your method will not detect this.
- Ben
function isValidEmail($address, $checkMX = false) {
// Return true or false dependi
;]
http://ca3.php.net/manual/en/features.cookies.php
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
}
header("Content-type: application/pdf");
header("Content-Length: $len");
header("Content-Disposition: inline; filename=".$filename);
print $reportPDF;
Let me know if this doesn't solve your problem.
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
cycle that may make it unacceptable for server use). At
the very least you should check out the fedora legacy project
(http://www.fedoralegacy.org/) which releases security fixes for RH9 and
older Fedora versions.
If you have any more questions on this feel free to email me off list
since th
)" in the docs. So is this already in the released version of PHP 5 or
> not ?
Yes, already in the release version:
http://ca3.php.net/manual/en/ref.soap.php
For php4 try nusoap:
http://sourceforge.net/projects/nusoap/
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
course the mysql server has to be configured to allow remote
access for the user(s) involved.
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
g is that mysql_real_escape_string will only work while
you are connected to mysql. Not sure if that is the case in your situation.
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
uch
every platform. http://jeff.cs.mcgill.ca/~luc/PSto.html You could
convert the file to jpeg or gif and then make the graphic available for
using in fckeditor.
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
he tutorials I have tried seems to fail.
How can I learn when I'm apparently given the wrong information.
Are you 100% certain that your php install is working properly? What
error messages are you receiving?
Make a page with only the following:
What do you see when you open it?
- Ben
ence under the
Installation heading. You want to install the pdflib extension using
PEAR with the command:
pear install pdflib
Once you've done that edit your php.ini and make sure it includes the line:
extension=pdf.so
Then restart your web server.
- Ben
--
PHP General Mailing L
to be run interactively or are there other non-interactive
ways to get your status information?
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
m than the other so
I was getting errors about undeclared variables (bad habit) on one
platform that I wasn't getting on the other.
Otherwise I think you will find the move to be relatively painless.
That said, I'd start testing on the Linux server as soon as possible
just in case.
-
manual is your friend :-).
- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
?
Errors:
PHP Fatal error: Call to undefined function: str_split() in file.php
on line 21
Did you read the second comment on the str_split manual page? I suspect
you're using php4.
http://ca.php.net/manual/en/function.str-split.php
- Ben
--
PHP General Mailing List (http://w
ion to
run on IIS, as well.
Move the files outside the document root so that they aren't available
via a direct URL, then create a 'file access page' in php that will
check for the session variable and either send or not send the file
based on whether the user has access.
- Be
1 - 100 of 1212 matches
Mail list logo