I am getting this error using ezpublish to import RSS
feeds. Does anyone know what this means.
PHP is currently using the 'apache2handler' interface.
Make sure it is using the 'cli' interface.
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the b
Has anyone used the latest version of ezpublish?
How did you learn how to use it? Do you recommend
getting the book?
__
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To
Has anyone used the latest version of ezpublish
How did you learn how to use it? Do you recommend
getting the book?
__
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To
And how would I do
1. Configure webserver to send the right headers for
.wmv files.
--- Marek Kilimajer <[EMAIL PROTECTED]> wrote:
> Daniel Guerrier wrote:
> > I'm using this code to dynamically retrieve
> windows
> > media files and send it to the browser. I t
I'm using this code to dynamically retrieve windows
media files and send it to the browser. I thought the
cache header would prevent the file from being cached.
The only problems is the .wmv file still ends up in my
IE temp files folder. How can I prevent this from
happening?
--
Sunday 19 September 2004 07:12, Daniel Guerrier
> wrote:
> > I'm using this code to dynamically retrieve
> windows
> > media files and send it to the browser. I thought
> the
> > cache header would prevent the file from being
> cached.
> >
> > The onl
I'm using this code to dynamically retrieve windows
media files and send it to the browser. I thought the
cache header would prevent the file from being cached.
The only problems is the .wmv file still ends up in my
IE temp files folder. How can I prevent this from
happening?
I need to know what header to send when using readile
with real media and windows media. Is there a list
that has all header when sending rich media and
images.
Thanks
__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
I am using PHP to dynamically create real audio links.
The question is I was creating one .ram file for each
real media file that I wanted to stream. The .ram
files need to have absolute urls (which I do not
like). I saw a few sites that use one .ram file but
pass it a variable http://url.ram?id=
Don't argue with machines, just give it what it wants.
Just put the session variable in it's own variable and
pass that to the sql statement.
$logon = $_SESSION['logname'];
$MembersDataQry = "SELECT * FROM MembersData
WHERE UserID='$logon'";
--- Daniel Kullik <[EMAIL PROTECTED]> wrote:
> Hello
You have the data in the $_POST global.
So submit it to _self as you already have and
if $_POST['calcentry'] is present and not null then do
your calculation
then set the value of the sencond textarea to the
result.
--- "Hull, Douglas D" <[EMAIL PROTECTED]> wrote:
> I have my two html textarea fi
I've enabled gzip compression of pages on my site.
The question is, how do I check the size of the page
being sent to verify that the page is being
compressed.
Danny
__
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promoti
try
http://magpierss.sourceforge.net/
--- Edward Peloke <[EMAIL PROTECTED]> wrote:
> Does anyone use patRSS for the rss feeds?
>
>
http://www.php-tools.net/site.php?&PHPSESSID=99dd0269b03bee4046c3395d5561162
> 1&file=/patMisc/rss.xml
>
> I don't see much online about it. It seems to work
> fine,
If I pass a $_FILES to an object by value. Does it
create a copy of the actual posted files as well?
In other words if I post a 2MB file to save.php and in
turn pass $_FILES to an object $file->fileis($_FILES);
Does that create 4MB of data in memory?
Thanks
Danny
yup - use transactions.
http://www.mysql.com/doc/en/COMMIT.html
--- Matthew Oatham <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Is there an elegant way to recover from DB errors in
> MySQL using PHP, i.e. transactions and rolling back
> - basically I have an insert statement then an
> update statement. if
select count(*) from tablename
--- Chris Wagner <[EMAIL PROTECTED]> wrote:
> this should be easy...
>
> how would one go about determining the number of
> rows in a mysql table,
> without actually wasting the time of querying for *.
>
> is this the best way?
>
> $result = mysql_query('SELECT * F
if(mysql_num_rows($res))
returns count of rows returned.
if it 0 is false so it shouldn't execute the
conditional code
--- Ligaya Turmelle <[EMAIL PROTECTED]> wrote:
> I think it is because the query ran successfully and
> returns an empty set.
> So the pointer is still good.
>
> Respectfully,
>
Make it a web service and use SOAP or XML-RPC
http://phpsoaptoolkit.sourceforge.net/phpsoap/
--- "Mrs. Geeta Thanu" <[EMAIL PROTECTED]> wrote:
> Hi Jason,
> Thank you for your reply.
> This is an requirement in bioinformatics lab where
> they want to submit a
> huge genome sequence as a input to a
http://us3.php.net/features.file-upload
--- bill <[EMAIL PROTECTED]> wrote:
> I'm converting old code to work with Register
> globals turned off in php.ini.
> With it on, is_upload_file($filename) works fine but
> when turned off doesn't
> work at all.
>
> What am I missing.. Help me please !!
>
Why create thumnails? You can resize the images on
the fly when needed.
--- Kevin Waterson <[EMAIL PROTECTED]> wrote:
> I am storing some images in a database. No problems
> there.
> But how can I create a thumbnail do store in the db
> also
> without having to create the thumbnail image on the
>
Why not just maintain carts for users with accounts
and maintain them indefinately. Users with out
accounts can have there carts stored in a session and
will become invalid when the session expires.
--- "Chris W. Parker" <[EMAIL PROTECTED]> wrote:
> Hey there everyone.
>
> I haven't had time much
http://us3.php.net/manual/en/function.addcslashes.php
--- Bas <[EMAIL PROTECTED]> wrote:
> A textarea.
> "Daniel Guerrier" <[EMAIL PROTECTED]> wrote in
> message
>
news:[EMAIL PROTECTED]
> > When you make a file using data from what source?
> > ---
zend.com has one
and PHPEdit
use what you like.
--- "Lai, Kenny" <[EMAIL PROTECTED]> wrote:
> can anyone recommend a good, and -free- PHP ide?
>
> thanks
> kenny
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
__
When you make a file using data from what source?
--- Bas <[EMAIL PROTECTED]> wrote:
> Any help appreciated.
>
> Regards,
>
> Bas
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
__
Do you Yahoo!?
Use
$_SESSION['var']
instead of
$_SESSION["var"]
--- "Golawala, Moiz M (IndSys, GE Interlogix)"
<[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I have a problem with PHP not remembering sessions.
> for example:
>
> in page1.php:
>
> $_SESSION["var"] = "Please help"; ?>
>
>maxleng
Your right :)
I think he's using the brackets instead of parenthesis
in the echo's.
Change the {} to ()
--- John Nichel <[EMAIL PROTECTED]> wrote:
> Daniel Guerrier wrote:
> > The second page should be
> >
> > > session_start();
> >
The second page should be
\n");
echo { $_SESSION['bar'] };
?>
you're missing the session_start()
You need it on every page that you plan to use session
on.
--- John Nichel <[EMAIL PROTECTED]> wrote:
> Shaun Campbell wrote:
> > I've got a problem getting sessions to work and I
> wondered
Who keeps telling people to use :)
$_GET[$username]
it should be $_GET['username']
$_GET is a key value pair array.
the key is the name of the html form variable in this
case username and the value is the value entered in
the form.
--- Adrian <[EMAIL PROTECTED]> wrote:
> lol variables in quotes
It should be:
echo $_GET['username'];
You shouldn't have the dollar sign in the brackets.
$ represents a variable the entire $_GET['username']
is the variable.
--- Frank Tudor <[EMAIL PROTECTED]> wrote:
> I have a URL including variables... It looks like
> this:
>
>
http://registration.php?use
http://www.phpedit.net
It's good.
How good, is up to you.
--- Rob Adams <[EMAIL PROTECTED]> wrote:
> I like EditPlus too, but recently I've been using
> UltraEdit.
> http://www.ultraedit.com/
> $35 registration. Has great column mode support. I
> use the macros and
> templates all the time. Ha
The session will die on browser close. What you are
asking for is how to use cookies.
You can set a cookie and use the information in that
to determine user functionality
http://us2.php.net/manual/en/function.setcookie.php
--- Sam Folk-Williams <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I want to ext
you need to configure your webserver recognize .cgi as
a file to run the php interpreter against.
i.e do whatever you did to make .php work again for
.cgi
--- John Wilcox <[EMAIL PROTECTED]> wrote:
> On the topic of passing args, can someone please
> explain to me why I'm unable to use $_GET or $
Umm..
Maybe you should use sessions.
--- Mark <[EMAIL PROTECTED]> wrote:
> --- Jeff Harris <[EMAIL PROTECTED]> wrote:
> > On Jul 10, 2003, "Joey" claimed that:
> >
> > |How can I hide this link so value can't be
> changed?
> > |I don't want to change anything at the server
> level, and its not
>
change
for ($i=1; $i<=12; $i++)
to
for ($i=1; $i<12; $i++)
--- Vinesh Hansjee <[EMAIL PROTECTED]> wrote:
> Hi there, can anyone tell me how to fix my code so
> that on the last day of
> the month, my code doesn't repeat the months...
> What the code suppose to do is, makes a drop down
> box fro
http://www.php.net/manual/en/function.setcookie.php
You can set the expire date to be far of into the
future.
--- Haseeb Iqbal <[EMAIL PROTECTED]> wrote:
> hi
> how can i set the cookies life to non expireable
> and what action should i take when the user signs
> out?
> Regards.
>
>
> --
> PHP
Does anyone know of an open source webeditor that I
can use to enter information into a text area field.
I have a custom CMS and I would like to add webeditor
functionality to the textarea fields
__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA Ma
The the LAMP platform is supposed to more stable but
If it ain't broke why fix it?
--- [EMAIL PROTECTED] wrote:
> Hi, I'm new here. I imagine that this question was
> made a lot of times in this
> list, but reading the archive i couldnt find a
> recently answer to this
> question:
>
>I wa
I forgot to mention that I'm use add and stripslash
on
the data so magic quotes wouldn't help. The problem
is the " from the text is closing the " from the
html.
>
> --- Bryan Lipscy <[EMAIL PROTECTED]> wrote:
> > Look up magic quotes in the docs.
> >
>
http://www.php.net/manual/en/ref.info.php#
I forgot to mention that I'm use add and stripslash on
the data so magin quotes wouldn't help. The problem
is the " from the text is closing the " from the html.
--- Bryan Lipscy <[EMAIL PROTECTED]> wrote:
> Look up magic quotes in the docs.
>
http://www.php.net/manual/en/ref.info.php#ini.magic-q
If I have text containing quotes, single or double in
my database, and I try to set the text as a value for
my html text field. The quote in the text will
prematurely close the value="" or value='' html and
cut of the remainder of the text. How can I prevent
this.
I curently have this:
"); ?>
I
Or
$row = mysql_fetch_objects()
then use $row->fieldname;
--- Joel Colombo <[EMAIL PROTECTED]> wrote:
> not mysql_fetch_array unless u need those int
> indexes.
> mysql_fetch_assoc is the same thing but does not
> index the integer value,
> just the string field name.
>
> Joel
>
>
> "Leif K-Br
why not try it and let us know.
--- Jean-Christian Imbeault <[EMAIL PROTECTED]>
wrote:
> Is addslashes() multi-byte safe?
>
> I will bu sing it to escape multi-byte input and
> wouldn't want it to
> mangle anything...
>
> Thanks,
>
> Jc
>
>
> --
> PHP General Mailing List (http://www.php.net
Don't reinvent the wheel :)
http://www.phpadsnew.com/one/
--- Joseph Bannon <[EMAIL PROTECTED]> wrote:
> Anyone? Reply?
>
>
> I recently created some scripts to rotate ad banners
> on my site. One script is called show.php, which
> serves the banner. The other is called click.php,
> which redire
http://www.zend.com/manual/function.date.php
--- CF High <[EMAIL PROTECTED]> wrote:
> Hey all.
>
> Easy question here (can't find the answer in php
> manual)
>
> In Cold Fusion I'm able to format a given numerical
> month value, say the
> third month, as #MonthAsString(3)# and it returns
> "March
Is it possible to maintain the carriage returns in a
database insert. When I input data from a textfield
with returns into the database, it is lost on a
subsequent select and print.
__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, mor
Duplicate column name 'y'
Back
It means what it said. You are trying to create a
table with two columns with the same name.
--- Michael Gaab <[EMAIL PROTECTED]> wrote:
> i am using the phpmyadmin interface to develop a
> small web based
> application.
> when i create a table i get the following
Hello folks,
I found a working version of the php_mcrypt.dll and
libmcrypt.dll for php 4.3.x. It may working on earlier
versions, but I don't know for sure.
You can download it from:
http://home.earthlink.net/~dguerrier/data/mcrypt.zip
__
Do you Y
I'm trying to use the mcrypt function on winXP using
php 4.3.1 and IIS 5. First the dll would not load but
I got past that by placing the libmcrypt.dll in my
system32. Now it loads but when I try to use mcrypt I
get
Warning: mcrypt_encrypt(): Module initialization
failed in
E:\IIS\wwwroot\saveh
Is there any to redirect in php with using header()
and without the use of javascript?
__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
Can someone direct me to a tutorial or provide insight
on how to track site vistors usage.
This would include
Number of visits boken down by page
Average time spent per visitor
Total page views and Unique visitors.
Thanks
__
Do you Yahoo!?
Yahoo! S
Paste into notepad, the copy the text from notepad.
Notepad should remove the high ASCII text.
--- Brent Baisley <[EMAIL PROTECTED]> wrote:
> I think you have posted before and probably didn't
> get an answer. I'm
> not going to give you an answer (because I don't
> have one), but perhaps
> I ca
Here you go
http://www.zend.com/manual/function.session-is-registered.php
--- Mauricio Cuenca <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm working with register_globals turned off. I'm
> setting this session
> cookie:
>
>if ($nresult) {
> if (mysql_numrows($nresult)) {
> session_
Thanks
the quote wasn't the issue.
Actually I shold have use $_FILE not $_POST .
--- Chris Shiflett <[EMAIL PROTECTED]> wrote:
> Daniel Guerrier wrote:
>
> >echo($_POST['userfile]);
> >
>
> Do you mean $_POST["userfile"] here? It looks like
&
This should be very simple but it isn't working.
upload.html has this:
and
upload2.php has this:
Where is the file??
Thanks
__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
--
PHP General Mailing
How do i execute a form post with php?
I want to validate CCard info etc.. then perform the
post with no furtheraction from the user.
Basically If not valid stay here and show whats wrong
ELSE post form to process.php
__
Do You Yahoo!?
HotJobs - Se
Can anyone recommend a good and cheap shopping cart
and credit card processing combo.
Based on PHP of course.
Thanks
__
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com
--- Begin Message ---
Can anyone recommen
Can anyone recommend a good and cheap shopping cart
and credit card processing combo.
Based on PHP of course.
Thanks
__
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com
--
PHP General Mailing List (http://www.ph
Does anyone know of and used a PHP powed portal
server?
Which is the most robust and the easiest to maintain?
__
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
--
PHP General Mailing List (http://www.php.n
Does anyone have any experience using this thing.
I installed it and it seems to work, but it's very
buggy.
After the first hit the left nav, footer no longer
appear. I know this a bad description of the problem
but there's no rhyme nor reason to this.
__
Can some give me a brief synopsis or direct me to some
information on how to create an ecommerce site using
php. My main question is in the area of performing a
secure credit card transaction. Do I need to use a
third party shopping or can I create my own, if I
create my own how do I integrate i
Can anyone suggest a bank and/or merchant account
provider that you've used successfully in the past.
__
Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping.
http://shopping.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
T
What credit service(s) can intergrate with PHP
__
Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping.
http://shopping.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
http://www.fedex.com/us/ebusiness/ecommerce/shipapi.html
--- Brad Hubbard <[EMAIL PROTECTED]> wrote:
> On Fri, 6 Jul 2001 02:10, Daniel Guerrier wrote:
> > The FED Es api suite says tat windows is a
> > requirement.
> >
>
> URL?
>
> Cheers,
> Brad
The FED Es api suite says tat windows is a
requirement.
Has anyone intergrated this into a sight using PHP on linux.
__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
--
PHP General Mailing List (
How do I reset the root mysql password if I don't know
what it is in the first place. I don't care if I lose data.
__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
--
PHP General Mailing List (ht
I'm trying to make php work with mysql but I can't
even create a table. I'm receiving this error.
[root@menace mysql]# mysqladmin create testdb
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server though
socket '/var/lib/mysql/mysq.sock' (2)'
Check t
I'm trying to make php work with mysql but I can't
even create a table. I'm receiving this error.
[root@menace mysql]# mysqladmin create testdb
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server though
socket '/var/lib/mysql/mysq.sock' (2)'
Check th
I'm trying to install PHP 4.06 as a DSO with apache
1.3.20 on redhat 7.1 and it produces this error. No
of which are the problem. What else can it be??
Configuring SAPI modules
checking for Apache module support via DSO through
APXS...
./configure: /software/apache/bin: is a directory
Sorry, I
What the true advantage of using templates and where
can I get info on using them?
__
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/
Is it possible to import one MSSQL7 DB to another if
they were installed using different sort orders?
If yes, how?
__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
--
PHP General Mailing List
Where can I find detailed info on creating websites
using php templates.
Hardcopy or online
Thanks in advance
__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
--
PHP General Mailing List (ht
71 matches
Mail list logo