I'm looking for 1 or 2 people with good PHP/MySQL experience in the Los Angeles area.
I have a few steady projects that pay $20/hr.
(All of them 100% PHP/MySQL. All of them fun/non-corporate music-based sites.)
If interested, please email my personal address: "[EMAIL PROTECTED]"
Include your c
Messaging Solution
I want to develop a web-based Messaging System where the clients needs the messages
and server keeps sending the messages based on Technical Request from the client.
I need to write a php script for responding to the client's Request.
How do I go about th
Check out the source of phpMyAdmin -- they do this, and do it well :)
Also, check out the mysql_* functions in the manual -- field_type for
example.
Justin
on 18/09/02 4:33 AM, Vincent Stoessel ([EMAIL PROTECTED]) wrote:
> Hello,
> Are there any new scripts out there that will build an html f
Yeah, my brain is broke enough already,
i'll just give the class an optional 'name' property.
Thanks all!
"Will Steffen" <[EMAIL PROTECTED]> wrote in message
003101c25e34$2a049950$8000a8c0@william">news:003101c25e34$2a049950$8000a8c0@william...
> Hehe why break your brain- give the class an id
Hi,
Wednesday, September 18, 2002, 7:15:36 AM, you wrote:
DM> Is there a "clean" way to make use of PHP builtins that use callbacks and
DM> point those call backs to a method inside the class/object:
DM> A good example would be:
DM> ...
DM> class XMLClass {
DM> var $parser;
DM> functio
php.net/ming
On Wed, 18 Sep 2002, [EMAIL PROTECTED] wrote:
> Hi all,
>
> I've never combined PHP with Flash, but I do know there's some
> possibilities. I'm wondering if I can make a dynamic-PHP-site which
> controls Flash. I need the administrator to be able to upload a new product
> to a DB, a
Hi all,
I've never combined PHP with Flash, but I do know there's some
possibilities. I'm wondering if I can make a dynamic-PHP-site which
controls Flash. I need the administrator to be able to upload a new product
to a DB, and then be seen by the visitors in Flash... is this possible?
I want to
Fwd-ing to correct list ..
> Hi
>
> I hope someone can help me
>
> I have made a program with a servercomponent
> And this program connects to a PHP script on a webserver
> and the script makes a socket connection to this servercomponent
>
> and I want that this script logs into a database (or
Hi there. I'm trying to come up with a way to do
PATH_INFO urls without having to call a script. Let me
explain.
I know how to make it work with a url like this:
http://foo.com/bar.php/arg1/arg2/etc
or even:
http://foo.com/bar/arg1/arg2/etc
What I'm trying to figure out is how to make it call
In article <[EMAIL PROTECTED]>, eurleif@buyer-
brokerage.com says...
> I'm looking for a regex which splits a string by commas, but only if the
> comma is not in parenthesis. I know I'm being lazy and should write it
> myself, but that's just it... I'm lazy!
Well, as it happens I'm too lazy t
I am not sure to be totally honest ... but i would have thought you setuid
on add.sh to allow it to add the users but i don't think it would work for
user nobody. ..what if you tried something like this
user nobody (Apache)
calls add.sh (initially started by user nobody)
add.sh changes user to s
Dear Pete,
Yes, apache runs as nobody. But I have setuid add.sh. Wouldn't that be sufficient ?
--
tim
--- Peter Houchin <[EMAIL PROTECTED]> wrote:
> you need to make sure that the web has permission to use that file .. my
> guess is it don't have permission hence why you can run add.sh from the
you need to make sure that the web has permission to use that file .. my
guess is it don't have permission hence why you can run add.sh from the
command line (where your not your web user I'm assuming).
> -Original Message-
> From: tim tom [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, 18
Can you use PHP to add appts to my microsoft outlook calendar or open up a
document in ms word?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello Rudolf,
Thank you for responding to my post, I really appreciate it.
I ran the script you sent me, and then I tried looking up the syntax to try
to figure out what it means. As it would be pointless for me just to take
suggestions that people send me and then not learn what they mean. The
r
I would like to know how to conditionally included a file based on the
document location.
The purpose is for placement of location-specific navigation menus.
I'm not interested in DHTML hierarchical drop-down menus, rather inserting
ready made HTML files using perhaps (?) DOCUMENT_URI (?) and er
php4.2.3 apache mod
linux rh7.2
---
I am trying to add unix system account user via a simple php and shell script
when i ran add.php on my browser, i get
254 user creation fail
I created my add.sh file in /usr/bin and I have setuid it:
-rwsr-xr-x1 root devel 21
Well, yes many issues about that we were fixed on the 4.2.3 and you should
have anyway the latest version of PHP, if your ISP doesn't want to update
it, change.
--
Nicos - CHAILLAN Nicolas
[EMAIL PROTECTED]
www.WorldAKT.com - Hébergement de sites Internet
"Shane Wright" <[EMAIL PROTECTED]> a éc
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
my ISP keeps a little behind the curve - sometimes thats a good thing, but
sometimes not. :(
We could install our own PHP, but unless this is a known issue that has been
fixed since I'd rather not risk any others by installing a new version (a
Can't you upgrade to 4.2.3 many bugs were fixed.
--
Nicos - CHAILLAN Nicolas
[EMAIL PROTECTED]
www.WorldAKT.com - Hébergement de sites Internet
"Shane Wright" <[EMAIL PROTECTED]> a écrit dans le message de news:
[EMAIL PROTECTED]
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thanks for the in
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thanks for the input - but its definately not that; time limit is set to 600
seconds and it dies inside 1 second :(
(i should have added this to the original mail, but it seems to supply the
page but keep the connection open, strange...)
S
On We
I am trying to populate array values and keys from a variable with no
luck.
Lets say I have the following array.
$data1 = array('ONE'=>1,'TWO'=>2,'THREE'=>3,'FOUR'=>4);
And I want to create part of the array with the string below:
$str= "'THREE'=>3, 'FOUR'=>4";
$data2 = array('ONE'=>1,'TWO'=
How long does the script tend to run before it just "quits"? Perhaps
a timeout is set too low in php.ini.
Take a look at max_execution_time in php.ini
tyler
On Tue, 17 Sep 2002 23:14:46 +0100
Shane Wright <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi
>
php-general Digest 17 Sep 2002 22:14:52 - Issue 1591
Topics (messages 116609 through 116665):
Re: can you get the name of an object from within it's own class?
116609 by: Marek Kilimajer
116612 by: lallous
116613 by: Will Steffen
How to send gzip content
116
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
One of my pages opens ~100 files, reads from them, and closes them, (only one
file open at a time).
The problem is that the page just dies mid-way through execution - no errors,
no segfault, it just dies and returns a blank page to the user. t
Is there a "clean" way to make use of PHP builtins that use callbacks and
point those call backs to a method inside the class/object:
A good example would be:
...
class XMLClass {
var $parser;
function XMLClass() {
$this->parser = xml_parser_create();
xml_parser_set_option($this
It's curious that it should be working some times and not others. This may
be overkill but you might try a double redundent redirect where if the
Header() function does not do the job then the script falls down into a
Javascript which attempts the same thing.
top.location.href = "https://$SERV
Hello,
Are there any new scripts out there that will build an html from based
on the schema of a database (mysql, postgresql). hate to be lazy but
this is getting repetative.
--
Vincent Stoessel
Linux Systems Developer
vincent xaymaca.com
--
PHP General Mailing List (http://www.php.net/)
To u
Hello,
is their a way to go through the $_POST array and do a str_replace on each one so i do
not have to do this
$_POST[""]=str_replace("",""$_POST[""]);
to each of the POST variables?
Thanks
Randy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.ph
"Resarch And Development" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> What is the best way to avoid the "repeated comment/post" syndrome
> caused by the user clicking the submit button one too many times
> because he/she did not wait for the browser to retur
Hi,
I have been trying to upload files using PHP 4.1.2. Everything works OK
until the filesize gets above 10MB. I have set all the paramaters upload
filesize and max postsize in PHP and Apache ini-files but it still doesn't
work. The server seems to just drop the connection since IE just tells me
Can PHP retrieve custom headers? If, for example, someone sends me an email
with the custom header "Internet-card:", can I get it's value via PHP? The
imap_header, AFAIK, gets only prespecified headers (fromaddress, Subject,
date, etc.).
I have tried searching via google but all I got were ab
I also use the phpnuke. But I am gonna drop the whole thing. It causes
nothing but trouble. You have to follow all the rules (not to mention the
copyright lines) and can't find much information on them so you need to
start and learn the nuke style. Ok this is not a real problem but since a
couple
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
* and then Darren Gates declared
> here's a chat room that I made in PHP/MySQL with a Flash 5 front-end. All
> the other PHP chat rooms that I've found have an annoying "click" every few
> seconds when the webpage is refreshed.
>
> http://www.tu
here's a chat room that I made in PHP/MySQL with a Flash 5 front-end. All
the other PHP chat rooms that I've found have an annoying "click" every few
seconds when the webpage is refreshed.
http://www.tufat.com/chat/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: ht
It's a bug. spoke to Rasmus at some length about just before i posted it in
the bug report.
The online help page is inaccurate in describing the full functionality of
the function:
http://www.php.net/manual/en/function.register-shutdown-function.php
REGISTER_SHUTDOWN_FUNCTION() is suppose to ki
On 2002. szeptember 17. 15:52, Resarch and Development wrote:
> What is the best way to avoid the "repeated comment/post" syndrome
> caused by the user clicking the submit button one too many times
> because he/she did not wait for the browser to return a confirmation
> page or the script took too
I have the php script with the command
Header("Location: https://$SERVER_NAME$path";);
which redirect from the script "file1.php" to the script "file2.php".
If I fill the form in the www page "file1.php" and click the Submit button,
the script "file1.php" save the information to database and then
That's done in Freetype. First thing I would try would be upgrading to
GD2/Freetype2 and see if it is handled better with that combination.
-Rasmus
On Tue, 17 Sep 2002, Ziying Sherwin wrote:
>
> We installed php 4.2.2 with freetype 1.3.1 on our solaris 2.8 machine. We
> are using function ima
We installed php 4.2.2 with freetype 1.3.1 on our solaris 2.8 machine. We
are using function imagettftext to convert UTF8 string to image file for
Internet display. However, it seems that this function does not handle the
combining characters properly. For instance, the sequence of unicode
c
The "page" that actually validates the user input and inserts into the
database shouldn't actually be a page that gets sent to the browser -- it
should be a script with no output, which then redirects to a thanks page.
That way there is no chance of the user hitting refresh and double
posting...
> -Original Message-
> From: Jared Williams [mailto:[EMAIL PROTECTED]]
> Sent: 17 September 2002 13:20
>
> Hmm
> http://www.w3.org/TR/html4/types.html#type-name
>
> 'ID and NAME tokens must begin with a letter ([A-Za-z]) and may be
> followed by any number of letters, digits ([0-9]), hyp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
* and then John Holmes declared
> Show some code. What's the actual value of the cookie before you
> stripslashes() it?
Well, that got me on the right track ;-)
Now I do this: setcookie('val', stripslashes($_POST['val']); and all is
cool!
Thank
Hey everyone,
I have a class that has the following function in it:
Class myclass(){
var $number;
var $title;
var $artist;
var $tim;
/**
*
* parseif function -
* Checks f
Hello Rudolf,
Thank you for responding to my post, I really appreciate it.
I ran the script you sent me, and then I tried looking up the syntax to try
to figure out what it means. As it would be pointless for me just to take
suggestions that people send me and then not learn what they mean. The
r
> I'm using cookies to pre fill a form and, I can't work out why I can't
> get the stripslashes() function to work?
>
> Are there any common pitfalls you can think of, I've tried just about
> everything...
Show some code. What's the actual value of the cookie before you
stripslashes() it?
I'll
> What is the best way to avoid the "repeated comment/post" syndrome
> caused by the user clicking the submit button one too many times
> because he/she did not wait for the browser to return a confirmation
> page or the script took too long to execute.
Along with the other suggestions,
You can
Use some javascritp to blank out the submit button when its clicked. is a
quick and easyway.
Also try storing the sent data in sessions and compairing any new data sent
to the previous data.
John Wards
SportNetwork.net
- Original Message -
From: "Resarch and Development" <[EMAIL PROTECTE
Hi,
> What is the best way to avoid the "repeated comment/post"
> syndrome caused by the user clicking the submit button one
> too many times
The canonical way is to attach a token to the form (a random number will
usually do) and insert that into the table along with the comment/post,
after
What is the best way to avoid the "repeated comment/post" syndrome
caused by the user clicking the submit button one too many times
because he/she did not wait for the browser to return a confirmation
page or the script took too long to execute.
Thanks in advance
--
PHP General Mailing List
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi all,
I'm using cookies to pre fill a form and, I can't work out why I can't
get the stripslashes() function to work?
Are there any common pitfalls you can think of, I've tried just about
everything...
- --
Nick Wilson // www.tioka.com
-
It looks it worked, but php.tests is there for that.
--
Nicos - CHAILLAN Nicolas
[EMAIL PROTECTED]
www.WorldAKT.com - Hébergement de sites Internet
"Tom Ray" <[EMAIL PROTECTED]> a écrit dans le message de news:
[EMAIL PROTECTED]
> Test message
--
PHP General Mailing List (http://www.php.net
is that definatly your SMTP mail connection?
I notice that you are using outlook. Do this to make sure:
Click tools(in outlook) then Accounts the click on your default acount the
click properties. CLick the server tab then note down the value in the Out
going mail server box and use this in your
Test message
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
You need to edit you php.ini file
Depending on you instlation it should be fount in either c:\windows\php.ini
or c:\winnt\php.ini
If it is not search for php.ini
Then edit the values:
[mail function]
; For Win32 only.
SMTP = localhost
; For Win32 only.
sendmail_from = [EMAIL PROTECTED]
Your
Have you set up you php.ini file correctly?
You need to set up your SMTP settings and your sendmail_from settings
John
- Original Message -
From: "Meltem Demirkus" <[EMAIL PROTECTED]>
To: "John Wards" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, September 17, 2002 2:43 PM
S
windows 2000
by the way my whole code is this:
mailto:[EMAIL PROTECTED];
$subject = "Web Site Feedback";
$mailheaders = "From: My Web Site <> \n";
$mailheaders .= "Reply-To: $_POST[sender_email]\n\n";
mail($recipient, $subject, $msg, $mailheaders);
echo "Form Sent!";
echo "Thank You, $_POST[$s
Meltem
What is you system set up? OS etc?
Cheers
John Wards
SportNetwork.net
- Original Message -
From: "Meltem Demirkus" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 17, 2002 2:35 PM
Subject: [PHP] mail() question
> Hi,
> I am trying to send an email by using t
Hi,
I am trying to send an email by using the function mail().
Although I use in a form of mail($to, $subject, $message, $headers), it is
giving this error:
Failed to Connect
So I think I am missing something ...
Can anybody help me ?..
thanks alot
meltem demirkus
--
PHP General Mailing Lis
I have an application that uses php's snmp support to gather some
information. I run several servers that are using this application and
all of the servers are running redhat-7.2. In redhat 7.2 the OS
initially ships with ucd-snmp-4.2.1-7.i386.rpm. This works fine with
my applications.
hi horst,
i think your're problem is that you'll need to get the new libexpat.dll
provided from james clark.
visit http://sourceforge.net/projects/expat/ to get the latest expat v1.95.5
(which includes the new libexpat.dll - the older version was called:
"expat.dll", provided with expat v1.95.2)
Hey, Jason, since you really need this BUG fixed, and the PHP developers
would welcome good, well-documented, and tested code ...
Why not devote some of your precious time to helping them along? If _you_
write, document, and test the code, and then pass the code to the
development team you'll sta
Hmm
http://www.w3.org/TR/html4/types.html#type-name
'ID and NAME tokens must begin with a letter ([A-Za-z]) and may be
followed by any number of letters, digits ([0-9]), hyphens ("-"),
underscores ("_"), colons (":"), and periods (".").'
Seems to me, the rules for valid IDs & NAMEs are the same
> I do the print $_COOKIE["Acccess]"; and I still don't see any data
print.
Did you typo in your code like you did here??
Try to dump the whole $_COOKIE[] array and see what's in it.
print_r($_COOKIE);
Did you mention what version of PHP you were using?
---John Holmes...
--
PHP General Ma
I'm not sure if that's a "bug", it's more of a feature request.
---John Holmes...
> -Original Message-
> From: Jason Caldwell [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 17, 2002 3:24 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] REGISTER_SHUTDOWN_FUNCTION() BUG -- Please Fix.
>
> -Original Message-
> From: Jared Williams [mailto:[EMAIL PROTECTED]]
> Sent: 11 September 2002 14:03
> To: [EMAIL PROTECTED]
> Subject: [PHP] Illegal characters in HTML form element names.
>
>
> Hi,
> The HTML standard defines the set of characters that are
> valid in form
> eleme
Hi there.
Try doing it this way:
You need to access the class's variable using the $this identifier
e.g.
> class MenueItem {
> var $ID_Menue;
> var $Name;
> var $Parent_ID;
> var $Next_ID;
> var $Prev_ID;
>
>
> function Write() {
> echo "
Hi,
when you want to access class member variables prefix them with $this-> ,
otherwise they will be treated as local vars.
hope that helps.
Elias
"David Eggler" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I create a Instance fo the Class MenueItem in M
Tony,
When I first began dabbling with PHP a year or more ago I did try to reconfigure PHP
to gain support for PDF files. I was using SUSE 7.0 at the time.
I was determined to get to grips with configuring packages such as PHP, Apache and
MySQL but I seemed to run into one problem after anoth
I create a Instance fo the Class MenueItem in Menue. I change the value of
one of its variables. But when i call the function within MenueItem there
seems not to be a value:
The intresting thing is it works with Other variables, even i cant echo
them, they have a value
Thanks for help
cla
tir, 2002-09-17 kl. 09:53 skrev Michael Egan:
> You would need to recompile PHP so that such support is
> offered - no mean feat from my own experiences. I gave up :-(
What's your exact problem, Michael?
I'm so new to PHP4 (done nothing at all with PHP for the last 3-4 years,
now I need to), th
Hehe why break your brain- give the class an id property - then you can
have a getid method and do something like this
$id = $this->getid();
$this->fpLog = fopen("$id.log","w+");
get_object_vars only seems to return properties so its not gonna help
you.
I'm currently working on an object thang
even more...
what if I create $c1 as a global instance and then $c1 as a local instance
(inside a function) ?
won't c1.log overwrite c1.log ?
Elias
"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> It's not possible, imagine
>
> $firstname = ne
Don't think windowed version will work, but try to get some new 32-bit
command line version that understands long filenames.
YC Nyon wrote:
>My application lets users to upload a zip file into the server. Once done, i
>will use php execute function to run a command line to unzip the uploaded
>f
Hi,
this question is not about compressing HTML content, but SVG or VRML!
i want to compress the entire output with gzip before sending it to the
client. I found the function ob_start('ob_gzhandler') but this seems to
compress only in special cases. (Actually I don't see if the content is
com
It's not possible, imagine
$firstname = new flashPash();
$secondname = $firstname;
Now is the log name secondname.log or firstname.log. Use new property.
Simon McKenna wrote:
>Hi all,
>
>I'm new to the php world and have just finished building my first class,
>
>It works pretty well, but i've
php-general Digest 17 Sep 2002 09:43:56 - Issue 1590
Topics (messages 116569 through 116608):
global vs. per-site php.ini settings
116569 by: Tomasz Orzechowski
Re: Problem with REMOTE_ADDR
116570 by: Leif K-Brooks
116573 by: Kevin S. Dome
116574 by: Kevin S
"Jason Caldwell" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> How can I create a dynamic image with PHP?
>
> Here's what I want to do; I have a counter (kinda) on my website.. and
this
> counter appears in a certain font -- which most computer systems will not
> have on their s
> -Original Message-
> From: Jason [mailto:[EMAIL PROTECTED]]
> Sent: 16 September 2002 20:44
>
>
> I'm using PHP, MySql, DreamweaverMX, and PHAkt 2. I want to
> add a comma (
> , ) to the end of a variable, but only if it exists in the database.
> (Meaning I don't want a comma with no
> I'm having some issue's with $_COOKIE and $HTTP_COOKIE_VARS, I can't
> seem to retrieve data from them.
> First I set the cookie like so:
> setcookie ("Access", "Test_Value",time()+31536000);
Try this: setcookie("Access", "Test_Value",time()+31536000,"/");
- slash as 4th parametr.
--
Krzys
> Whenever I use REMOTE_ADDR, it gives me the IP of the server. Of course, I
> am not interested in this and want the IP of the client. I put this code in
> to resolve it and it still didnt work. What am I doing wrong?
Try HTTP_CLIENT_IP. It is set in some situations.
--
PHP General Mailing L
Warwick,
There are different ways of compiling PHP which will determine which elements it can
support.
The first error you report shows that the particular build of PHP being used hasn't
been compiled to create images from JPEGS. The remaining errors flow on from this as
no image has been su
Uwe Birkenhain wrote:
> Hi,
> is it possible to tell php which crypting it should use in crypt()?
>
> My problem:
> The program is running on a linux-server (of course) and there is DES
> available and MD5; crypt() uses MD5.
> At home I'm developing on a win98 machine and there seems only DES to
>
83 matches
Mail list logo