I'm trying to determing why this won't work.
I wish to assign graphics to variables then call them
within the HTML on my .php pages.
--test.php--
---end test.php-
The resulting output viewing the html source from the
browser is:
html output--
--
Just name of one of Aletia's servers
---
R'twick Niceorgaw
98C Cedar Lane
Highland Park, NJ 08904
USA
732-246-1434 (R)
732-801-3826 (M)
-- Original Message --
From: I
Hello All
A client wants a webcam on his site. Does any body know what script is used
and how it works.
Is there anyone out there with experience of this.
---
Mark Webley
Multimedia design and development
WebleyCity Limited
London United Kingdom
[
SQl
Refers to the generic database. Like PostSQl, Oracal etc.
mysql
1) Belongs to a group of people that create that database, specific vender
that distribute that database that runs on a specific form only.
2) Yes
---
Mark Webley
Multimedia design an
hello,
Testing? Other's message post. Mine are not. NNTP probwlem?
--
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]
What bandwidth would you like?
| Website design and hosting. |
| Your free website trial including design and webspace, contact: |
[EMAIL PROTECTED]
Visit: http://www.webleycity.co.uk/offers
-
Hello,
This may sound like a weird question, but since I've seen two posts on it, I have to
ask, what is a
stingray server?
Indera
R'Twick Niceorgaw wrote:
> cool.. I'm also on stingray:)
> - Original Message -
> From: "Nuitari" <[EMAIL PROTECTED]>
> To: "PHP LIST" <[EMAIL PROTECTED
Hello,
I know less Flash than I do javascript, which is pretty bad.
But thanks
Indera
Dasmeet Singh Arora wrote:
> You may also try using flash. It looks good and files are small too
>
> Peter wrote:
>
> >The "pop outs" are done using JavaScript. Its something to do with setting
> >the STYLE
This is a known bug with persistent database connections. Switching to
non-persistent connections or ISAPI avoids this problem.
Phillip Oertel <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> does anyone know what
>
> Warning: Unknown persistent list entry type
I know that I know the answer - it's just buried in the recesses of my mind
..
PHP has the various $HTTP_*_VARS arrays. Is there one to get the
formliteral pairs from the hyperlinks, as in ? I want to extract the $var1 value pair. I
know I can do this through javascript, but I want somepag
Or...
what you can do though it 'post-load' them. Same idea, but stick images that
are on other pages in some JS at the _end_ of the HTML and they'll load after
the images on that page are complete.
That way, the browser is essentially preloading images for the next page the
users is likely
Could someone recommend a good php email class. Im trying out
class.phpmailer.php, but its not jiving right with me...
Thanks
--
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 admi
A security question, concerning PHP and overall best practice.
I have an application that is used by users that have no control over what
version of PHP is on their server. Some versions do not support sessions.
So, I am attempting to modify the code to accommodate this and minimize, if
not elim
I have a mess of variables I HTML from a couple of different
scripts, so I combined them into an include.inc.
But now, when I do this:
$news = mysql_query('select * from ccl where ...
order by AU
asc');
while ($personne = mysql_fetch_object($news))
{
incl
Are you trying to let the user download the file? if so, can try something like this
>If one creates a file outside the web space on a server. >How doe\'s one connect to
>this from a HTML or PHP page?
>
>As I understand it. It is not as simple as normal html >link.
--
PHP General Mailing
Hi again
Got a bit sidetracked ... here is your original code :)
class test_class2
{
var $dummy="nothing";
};
Function not_assigning(&$not_returned,&$copy)
{
global $object;
$object = new test_class;
$object->dummy="original";
$success=1;
$n
depends on how elegant you want:
passthru("ls -l | awk '{print $9}' ");//sort by name ascending
passthru("ls -lt | awk '{print $9}' "); //sort by modification time
descending
add -r to the ls command to reverse the order of either sort
instead of using passthru, you could use exec
how exactly do you want to connect to it? if you want to link to it in html, then
it must be under the html doc root...if you're including, then you can specifiy
the path...
Webleycity wrote:
> Hello All
>
> If one creates a file outside the web space on a server. How doe's one
> connect to this
I want to implement a web based control panel for updating email accounts,
checking account usage for all my hosted clients. Does anybody have any
experience? Are there PHP freeware packages out there that do this? Licensed
packages? Any recommendations. THanks!
JJ
--
PHP General Mailing List (
I have a mess of variables I HTML from a couple of different
scripts, so I combined them into an include.inc.
But now, when I do this:
$news = mysql_query('select * from ccl where ... order by AU
asc');
while ($personne = mysql_fetch_object($news))
{
incl
I have to subscribe to the mailing list now, in order to use the news group?
Somebody has some work to do :)
> Sorry for the hassle, but the volume of unsolicited commercial
> email sent to PHP mailing lists has made this step necessary.
Yeah but it's supposed to be a news server??!!
Here's my
Hi
Is this doing what you want, seems you have to use an array to create the
ref (just getting a handle on objects :)
dummy="original";
$success=1;
$copy=$object;
$copy->dummy="copy";
$returned[] = &$object;
var_dump("In the function"
Hello friends,
Here's the question that's bugging me, explanations are under the
- line.
How do you
1)Sort files in a directory by date and print/echo into an html format
(and the latest article is.)
2)Fastest way to list files by "Page name"
--
Say you have a dir
Hello All
If one creates a file outside the web space on a server. How doe's one
connect to this from a HTML or PHP page?
As I understand it. It is not as simple as normal html link.
---
Mark Webley
Multimedia design and development
WebleyCity Limited
Hello All
If one creates a file outside the web space on a server. How doe's one
connect to this from a HTML or PHP page?
As I understand it. It is not as simple as normal html link.
---
Mark Webley
Multimedia design and development
WebleyCity Limited
DUH! I had tried that and it didn't work, so I panicked and posted! Come
to find out, I had a typo. I am so red thanks!
BTW, to the others who answered privately that it's automatically there -
Not if register_globals is set to OFF, which is what I am using. But thanks
for responding!
Hello,
Gerard Samuel wrote:
>
> Could someone recommend a good php email class. Im trying out
> class.phpmailer.php, but its not jiving right with me...
You may find here plenty of them:
http://phpclasses.upperdesign.com/browse.html/class/2
Regards,
Manuel Lemos
--
PHP General Mailing List
does anyone know what
Warning: Unknown persistent list entry type in module shutdown (11) in
Unknown
means? what do i have to do to solve the problem php seems to have?
environment:
Win2k, IIS5.0, MySQL
just upgraded from PHP 4.0.6 to 4.1.0
now i get the warning msg.
any help would be apprecia
use a phpinfo() in one of your pages...that'll show you various places to get
your data...
btw, php does have the $HTTP_GET_VARS that'll have what you want...
jack
Gaylen Fraley wrote:
> I know that I know the answer - it's just buried in the recesses of my mind
> ..
>
> PHP has the various
Hi everyone,
I'm having troubles getting Apache to recognize .php files, and thus parse
them. I followed the instructions included with the PHP4.1.0 distribution,
and have PHP loaded as an Apache module, checking my services confirms this
as its description reads "Apache/1.3.22 (Win32) PHP/4.1.0"
php-general Digest 15 Dec 2001 20:24:02 - Issue 1054
Topics (messages 77815 through 77826):
Re: Is PHP up to task?
77815 by: Charles Williams
77823 by: René Fournier
how to reinitialise an MySQL_fetch_array
77816 by: Ivan Carey
Re: Online editor that edits all page
I'm not sure if you've read this or not but it may help:
http://www.php.net/manual/en/features.file-upload.php
-David Serrano ([EMAIL PROTECTED])
"Lee Philip Reilly" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I have an HTML form containing a file
At 07:56 PM 12/15/2001 +, [EMAIL PROTECTED] wrote:
> been using php for a few months now, just wanted to say a big THANK YOU
> to all the developers for such a wonderful language, thanks guys!
Well, I have to second that. If it weren't for PHP I probably would have
never gotten into web d
been using php for a few months now, just wanted to say a big THANK YOU to all the
developers for such a wonderful language, thanks guys!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact th
What you're saying makes sense--that loading ALL the nav button images
for the whole site at once is overkill. In this case, however, it really
isn't, since there are just to 'sets' of nav buttons--the top-level set,
which needs to be preloaded no matter what page the user is on; and the
produ
HTTP authentication (which is what you're using) is controlled by the
browser. Some browsers even keep the login/password after the window is
closed until the user logs out (Konqueror on Linux for one...)
If you want more control over logins and the ability to do a logout, you
should make yo
If there are no other virtual hosts on your box, you could leave Apache as is
(unrecognised hostnames will go to the default site), and do the dynamic
processing in PHP using the $REQUEST_URI variable...
as for the crazy-page.php thing, you could set up a custom error handler page
that points
You may want to take a look at the midgard project's
cms API using php4.
http://www.midgard-project.org/
That combined with a web base interface created by hklc.com
called nadmin studio enables you write your entire web site from a browser.
here is a demo of it on hhlc's site.
http://cmsdemo.hkl
Hi Yasuo,
I seem to remember having similar problems understanding objects and
references
also and you guided me here. Manuel is a good programmer and if he also has
problems, I'm a bit worried for novices. Objects and references are not
intuitive :(
Regards, John
Yasuo Ohgaki <[EMAIL PROTECTED
IT IS NOT POSSIBLE!!!
Php does not permit editing of files on the file system of a remote host. If
you want to edit your php scripts on some free host...then place a dirty
code editor on that system...It may be slow but it is the only solution...
It MIGHT be possible to use the fopen() command a
Ehm ...
I tried to do open_basedir within the .htaccess and own this file by root,
so the user
couldn´t change the settings. But yeah, that wasn´t the best solution, now I
do within
the Apache config file.
A entry for a vhost looks like this:
ServerAdmin [EMAIL PROTECTED]
ServerName www.
Hello,
I would like to reinitialise an MySQL_fetch_array. That is, once it has gone through I
would like to be able to go back to the start again.
for eg
while ($myrow=MySQL_fetch_array($result2))
{
$befid=$myrow["beforeid"];
while($myrow5=MySQL_fetch_array($result5))
- Original Message -
From: "René Fournier" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, December 15, 2001 1:27 AM
Subject: [PHP] Is PHP up to task?
> (Now that I have your attention... :-)
>
> Here's the situation: All the navigational buttons in the site I'm
> working on
php-general Digest 15 Dec 2001 08:18:40 - Issue 1053
Topics (messages 2 through 77814):
Re: Sending out mass mail without having timeout problems ..
2 by: Paul Roberts
Re: Filenames with spaces in them
3 by: Mike Eheler
5 by: Mike Eheler
Re: PHPhish
i had also compiled php as cgi without the --with-apxs parameter. then i
executed php and core was dumped. the out is as follows.
[root@ispms html]# gdb /usr/local/bin/php /var/www/html/core
GNU gdb Red Hat Linux 7.x (5.0rh-15) (MI_OUT)
Copyright 2001 Free Software Foundation, Inc.
GDB is free
* kancha ([EMAIL PROTECTED]) [Dec 15. 2001 02:59]:
> I did not get a core dump. I got following in my apache error log file
[...]
> On Saturday 15 December 2001 13:01, Brian Clark wrote:
> > (Be sure to take note of all the little comments on that page)
No time to read "all the little comment
46 matches
Mail list logo