Can anyone recommend some good php encoders?
A variance in price range would be good.
Thanks in advance!
d
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi there (newbie here) - I have the following snippet of code..
$sexId = $_POST['sex'];
$fName = $_POST['fName'];
$lName = $_POST['lName'];
if ($status = $db->query("INSERT INTO names (nameId, sexId, fName,
lName) VALUES ('', $sexId, '$fName', '$lName')")) {
print "Your data was added to
Has anyone seen an example of a HTML editor written in PHP (no JS)?
You know the ones - for adding HTML tags to a text field, etc.
Thanks!
d
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi there - I am slowly converting all of my projects over to a OOP
based structure with classes. Now I had a quick question.
In my current case, I am trying to create all the generic SQL
functions (IE insert, update, delete, etc). Now what I am wondering -
what would be the best way to struc
Hi there, I was wondering if anyone knows of any existing php/mysql
cms back-ends (no need for a front end).
I am just looking for one to dissect (for learning purposes) - and
would prefer to keep the presentation out of it for the sake of not
having to sort through a 1000 extra files.
Than
check out amfphp (opensource php/flash remoting):
http://www.amfphp.org/
good tutorials here:
http://www.sephiroth.it/tutorials.php
AMFPHP allows you to return info from PHP classes as an actionscript
object in flash.
d
On 18-Apr-05, at 1:44 AM, [EMAIL PROTECTED] wrote:
From: "Matt Babineau" <[EM
browsers could.
doh!
Dustin
On 14-Apr-05, at 5:41 PM, Richard Lynch wrote:
You'd want to http://php.net/urlencode the text, then.
http://example.com/gd_script/text=$text_url/fool_ie.jpg";;
?>
On Wed, April 13, 2005 5:42 pm, DuSTiN KRySaK said:
One thing I feel is important to point
I just have a few questions regarding workflow when producing scripts.
First off, do people prefer to have all their code in one file? Or
multiple separate files? I know functions and classes are good to keep
in separate files, but i am talking about say for example a news
system, etc.
Next off
Replying below.
On 11-Apr-05, at 5:05 PM, Richard Lynch wrote:
On Mon, April 11, 2005 3:04 pm, DuSTiN KRySaK said:
I moved the script over to another host to test, and it worked fine
there. So to me that says it should be something to do with the
host...
now is there anything in the php.ini that
, Richard Lynch wrote:
On Tue, April 5, 2005 2:26 pm, DuSTiN KRySaK said:
Hi there - I had my first crack at creating a dynamic image. The thing
is - the image is displayed fine in the browser, but when you go to
print it, the image is either missing, or part of it is missing. Is
there something special
and feel of the site
somewhat consistent.
d
On 7-Apr-05, at 11:40 AM, Pablo Gosse wrote:
DuSTiN KRySaK wrote:
Can anyone refer me to anything that will work with PHP? Just need it
for a blog type application.
Thanks!
d
Free - http://www.dynarch.com/projects/htmlarea/ (works okay, but code
is
Problem with that one - does not work in safari (on the mac).
d
On 7-Apr-05, at 11:22 AM, Ben Ramsey wrote:
DuSTiN KRySaK wrote:
Can anyone refer me to anything that will work with PHP? Just need it
for a blog type application.
FCKEditor works well, has a PHP version, and is cross-browser:
http
Can anyone refer me to anything that will work with PHP? Just need it
for a blog type application.
Thanks!
d
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I wondered that myself, but all the other (not dynamic) images print
fine!
d
On 5-Apr-05, at 4:51 PM, [EMAIL PROTECTED] wrote:
From: Andy Pieters <[EMAIL PROTECTED]>
Date: April 5, 2005 2:35:22 PM PDT
To: php-general@lists.php.net
Subject: Re: [PHP] dynamic image will not print properly
To test,
One thing to add. the issue is only on windows/IE. If it is say
windows/Firefox - everything works as it should.
d
Begin forwarded message:
From: DuSTiN KRySaK <[EMAIL PROTECTED]>
Date: April 5, 2005 2:26:14 PM PDT
To: PHP
Subject: dynamic image will not print properly
Hi there - I
Hi there - I had my first crack at creating a dynamic image. The thing
is - the image is displayed fine in the browser, but when you go to
print it, the image is either missing, or part of it is missing. Is
there something special needed to print a dynamic image?
Here is a code snippet used to
Novice PHPer, and i am wondering why one would use a function instead
of a class (or object)? They seem to server very similar in use.
The way I see it, is a function if for repeated use in a project
specific manner, where as a class could be used for many projects.
is this correct?
Although on
Does anyone know of a PHP source code formatter to clean up sloppy code
that runs on OS X?
d
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi there, I have a script that uses the mail() function, but for some
reason the script takes a really long time to finish processing (like 5
minutes). there are some other functions performed (like sql insert,
etc) that happen immediately as they should. But the mail takes some
time to finish
ok, i have a project where:
-a user adds their email address, name, etc to a database.
-a responder sends an email to them to confirm their email address
(within 72 hrs).
-upon confirmation of their email address, a script will generate a
store coupon with a random coupon id # in the browser (whi
Hi there, I am pretty new to writing classes (and pretty new to PHP
itself), but I was wondering what was the best format for constructing
classes. Now for example, i have written 2 versions of a class that
accomplish the exact same thing. And I was just wondering if there are
any advantages to
Can anyone point to some good tutorials on using PHP with flash? I am
mostly interested in displaying info from a database in the flash
movie, as well as loading movies and pictures into the flash file
(referenced in the database).
thanks!
d
--
PHP General Mailing List (http://www.php.net/)
To
re - there might be more hitches
than I realize. So I am just asking for some pointers for dealing with
this.
thanks!
d
From: Dustin Krysak <[EMAIL PROTECTED]>
Date: December 3, 2004 11:36:56 PM PST
To: PHP <[EMAIL PROTECTED]>
Subject: variable not being rendered
Hi there, I ha
Answering within the email below
d
On 4-Dec-04, at 3:16 AM, [EMAIL PROTECTED] wrote:
From: Jason Wong <[EMAIL PROTECTED]>
Date: December 4, 2004 12:04:18 AM PST
To: [EMAIL PROTECTED]
Subject: Re: [PHP] variable not being rendered
On Saturday 04 December 2004 15:36, Dustin Krysak wro
Hi there, I have some code where I am using the $_SERVER['PHP_SELF']
array to reference my script for a form action... now for some reason
the file name is not being rendered out. I am including only small
snippets of my code to see where my error is...
$editFormAction = $_SERVER['PHP_SELF'];
On 29-Nov-04, at 3:54 AM, Marek Kilimajer wrote:
Dustin Krysak wrote:
Hi there - I was wondering if there was some kind of PHP function to
determine hte pixel size of a quicktime movie. Something like what
GetImageSize() is to images, but for quicktime.
Not in php. Search for programs that you
Hi there - I was wondering if there was some kind of PHP function to
determine hte pixel size of a quicktime movie. Something like what
GetImageSize() is to images, but for quicktime.
thanks!
d
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi there - I was wondering if anyone could point me in the right
direction to be able to add data to two different tables (I am using
mysql and php V4). I understand joins, etc for the query of the data,
however adding the data - still getting my head wrapped around it
(multiple tables).
Thank
Hi there - I was wondering if there was a way to get PHP to get the
dimensions of an image? I want to be able to have PHP dynamically write
the image size (of the IMG tag) so that my pages validate when
displaying a dynamic image.
Thanks in advance!
d
--
PHP General Mailing List (http://www.php
Hi there
I was making a script that had a loop, and ended up with a endless loop
by accident. Now if that script is executed on the server - does the
script die as soon as the browser is closed? Or does it keep running as
a process on the server?
Thanks!
d
--
PHP General Mailing List (http:
Just want to add to this with a little more info
my text file is a list of email addresses with a "%" separating them.
For example:
[EMAIL PROTECTED]@[EMAIL PROTECTED]
Now sometimes I end up with a "%" at the beginning. For example:
[EMAIL PROTECTED]@[EMAIL PROTECTED]
Or:
[EMAIL PROTECTED]@[E
Hi there.. I have a text file where I need to remove JUST the first
character in the text file. Can anyone point me to a tutorial?
d
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Yeah as soon as I saw this example, I figured that was the case for
example something like
if (!empty())
and so on.
d
On 16-Nov-04, at 5:26 PM, Robby Russell wrote:
On Tue, 2004-11-16 at 17:19 -0800, Dustin Krysak wrote:
Thanks!
perfect!
d
For future reference, just about any function that
Thanks!
perfect!
d
On 16-Nov-04, at 4:13 PM, Robby Russell wrote:
On Tue, 2004-11-16 at 15:11 -0800, Dustin Krysak wrote:
Hi there.. I am pretty new to PHP, and I am familiar with php "isset"
option now i was wondering (I have looked at the PHP site -
but
can not find it) h
Hi there.. I am pretty new to PHP, and I am familiar with php "isset"
option now i was wondering (I have looked at the PHP site - but
can not find it) how can you check if something is not set? I need to
test if a $_GET is not set (not just empty).
thanks in advance!
d
--
PHP General Ma
Can anyone recommend any good tutorials on using flash mx 2004 with PHP
to display MYsql content using PHP? Including loading and displaying
JPGs and movies (referenced in the database).
thanks in advance!
d
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.
I am interested in the postfix/php solution as well for a MLM, as well
as just form processing.
d
I wonder why aren't you using PHP to send the messages via Postfix.
Anyway, he did not say that he was using a platform that can run
Postfix. If he is using Windows 2000 or later with IIS/Exchange
Hi there I have a VERY simple blogging system, and I want to add a
link that will append a "" into the end of the existing text
whenever it is clicked.. that way users do not need to remember the
HTML code.
How would i go about this?
Thanks!
d
--
PHP General Mailing List (http://www.php.net
Hi there, I am currently using the following code to display content
based on the URL parameters
HTML CONTENT
else {
?>
OTHER HTML CONTENT
?>
now what I need to do is modify the code so that the script che
Actually, after some searching I got it figured out... here is the way
I ended up doing it
Obviously the "RSdel" and the "MLemail" are specific to my record set
and my database field.
Show result from database.
No matching
Hi there... I have a simple search page (mysql database), and I can get
it to display the results no issues, but i was wondering how I could
display a message stating there were no results, instead of just having
the field blank. I am familiar with IF and ELSE statements, but I am
not sure how
Hi there - I have an extremely simple table that has a unique Id and an
email address. what I am looking for is an example of a PHP script
that will poll the MYSQL database and delete the duplicate records
leaving only 1 unique (email) record.
can someone point me to the right place?
thanks
Hi there, I am working with a script that I found online to export a
SQL statement (results) to an excel file., now everytime i run the
script, i get the error:
Parse error: parse error, unexpected T_VARIABLE in
/var/www/html/siteadmin/mysql_export/export.php on line 11
Now the code that is lo
:
From: John Nichel <[EMAIL PROTECTED]>
Date: July 28, 2004 2:05:51 PM PDT
To: PHP <[EMAIL PROTECTED]>
Subject: Re: [PHP] reading txt file - certain lines
Dustin Krysak wrote:
Hi there.. .I am displaying info (on music) from a text file with the
following code...
//open the file handler
Hi there.. .I am displaying info (on music) from a text file with the
following code...
Now the contents of said text file would read something like the
following:
Liarby Sex Pistols"Never Mind The
Bollocks"Played: 2004/07/28, 1:48:29
PM--Let's Rave Onby The
Raveonettes"Chain Gang
Can anyone point me to an existing script or tutorial to learn this?
Thanks in advance!
d
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
void having a php or html file for
each QT movie.
d
PS - please CC me directly as I am subscribed in digest mode.. thanks
much!
On 31-May-04, at 3:08 PM, [EMAIL PROTECTED] wrote:
"Dustin Krysak" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
ok, I adde
viewing my page in a browser, it worked! Now what I am hoping to
do is put this menu on a PHP page, and have a qt movie placeholder and
when this menu is used - replace the placeholder with the selected qt
movie... I am just not sure how to do this.
Thanks in advance!
d
On 31-May-04, at 10:
hat is a good start,
but the link doesn't work when selected. So I am assuming hte code does
need those brackets, and I rather need to open the opening one...
d
On 31-May-04, at 2:39 AM, [EMAIL PROTECTED] wrote:
From: "Torsten Roehr" <[EMAIL PROTECTED]>
Date: May 30, 2004 5:
Hi there
What I am hoping to do is have a drop down menu that would be populated
from the contents of a directory via php. Now The link names would be
generated by the file name minus the file extension. Has anyone seen a
tutorial on accomplishing something like this? All of the links would
Hi there - I am a REAL new PHP coder (yeah I mostly use dreamweaver). I
was wondering if anyone could point me in the right direction... What I
want to do is have a generic template page for say a bunch of quicktime
movies... it would have a movie embedded, and a drop down menu below to
select
51 matches
Mail list logo