John W. Holmes propably said:
> Do you have a session_start() on the page? It looks like you have a
> trans_sid enabled. PHP will add that to all of your URLs
> automatically. Can you disable it in php.ini?
Yes trans_sid is enabled and i have a session_start on the page. What is
trans_sid doing
To reply to myself .)
I disabled trans_sid on the actual site by using:
ini_set('session.use_trans_sid',false);
session_start();
But i still want to know what trans_sid does for me. What am i missing out
on when not using it?
- D, loves google
--
PHP General Mailing List (http://www.php.n
Justin French propably said:
> You'd loose session for those without cookies. The work around for
> this would be to hard-code the session ID to all URLs across your
> site for all pages you wish to carry a session through -- a real pain.
Indeed.
> It HAS TO use a session ID from the first pag
Justin French propably said:
> In order to set and then check a cookie, you need to go through a
> page... so you'd have to set something in the URL like ?cookieset=1
> anyway, in order to knwo you had set it, in order to check it.
>
> In other words, you'll need some guff in the URL, in order f
[EMAIL PROTECTED] propably said:
> I am trying to re-compile php 4.2.2. It seems that the option
> "--enable-trans-sid" is no longer there (but still in the manual).
> The reason for a re-compilation is that I was not able to have SID
> printed out. Here is the code I tried, but SID is empty: se
Try using $_POST['name'] or $_GET['name'].
E.g.:
Regards,
Daniel Kushner
_
Need hosting? http://thehostingcompany.us
-Original Message-
From: Muhammad Khairuzzaman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October
uuser -ppassword databasename > filename.sql
Y think tou should use:
Mysqldump -u user --password user_password > filename.sql
I had an expirience with perl trying like John "mysqldump -uuser
-ppassword databasename > filename.sql" did not work, i think you have
to send the p
gt; $backupdir/$nam.sql");
Please not the space after -u
And i agree owen about
2. $backupdir MUST BE writeable by apache
IT HAS TO WORK MAN !!
Cordialmente
Daniel Massón => Ingeniero de desarollo
[EMAIL PROTECTED]
www.imagine.com.co
Tels: (57)(1) 2182064 - 6163218
Bogotá - Colombia
No way man !!
hai ,
I want to create an animated line in php from (x,y) to
(x1,y1).will
php support animation.if so how do i go about in doing this.how do i
draw a char so that it keeps on changing colors till i close browser.
thanks for help
Arun
Sascha:
I worked on a web based file share system, .. Users had to select the
file(s) to share and start uploading to the remote servers, had, timeout
problems, size problems, etc. This users are inside an intranet, so i
started to use the php ftp functions, so i placed the web based
application
) ... this variable is not on
enviroment list.
is it possible what i want to do ??
Thanks every1 !!
Regards
Daniel.
-Mensaje original-
De: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
Enviado el: viernes, 11 de octubre de 2002 8:49
Para: Cole Tuininga
CC: [EMAIL PROTECTED]
Asunto: Re:
Save your first bit of code in a file (e.g.: image.php)
Your HTML file should look like this:
...
.
Regards,
Daniel Kushner
_
Need hosting? http://thehostingcompany.us
-Original Message-
From: Anthony Ritter [mailto:[EMAIL
Thanks, im just wondering ... There are some ASP scripts in this same
server and they get the variable perfetcly, the directories have the
same config, i dont know whats wrong with this, maybe beacuse the
gateway is CGI ???
Cordialmente
Daniel Massón => Ingeniero de desarollo
[EMAIL PROTEC
size everytime.
Cordialmente
Daniel Massón => Ingeniero de desarollo
[EMAIL PROTECTED]
www.imagine.com.co
Tels: (57)(1) 2182064 - 6163218
Bogotá - Colombia
- Soluciones web para internet e intranet
- Asesoría y Soporte Técn
Hey there,
We have a class that sets up a tree structure that represents an e-learning
object made up of nested "components". We have a function
getPropertyValue($name) which returns the property $name for the current
component.
Now, we want to allow the user to use something like {parent.proper
Try this:
http://phpclasses.websapp.com/browse.html/package/387.html
Regards,
Daniel Kushner
_
Need hosting? http://thehostingcompany.us
> -Original Message-
> From: John Meyer [mailto:johnmeyer_1978@;yahoo.com]
> Sent: Monday, October
AddType application/x-httpd-php .php .html
(in the httpd.conf file)
Regards,
Daniel Kushner
_
Need hosting? http://thehostingcompany.us
> -Original Message-
> From: John Meyer [mailto:johnmeyer_1978@;yahoo.com]
> Sent: Monday, October
Thanks a lot man !! It worked perfecly !!
> Im using smarty template engine .. Id like to know if theres a way to
> place php functions, specifically nl2br(), into smarty templates ..
> Not in php script that calls smarty class.
Take a look at the modules/ folder in Smarty. You can crea
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
ributes it has
10 attributes
Thanks
Any help would be very useful.
Daniel.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
AWSOME !!!
Cordialmente
Daniel Massón => Ingeniero de desarollo
[EMAIL PROTECTED]
www.imagine.com.co
Tels: (57)(1) 2182064 - 6163218
Bogotá - Colombia
- Soluciones web para internet e intranet
- Asesoría y Soporte Técn
Hello everyone ...
Im working on some kind of search engine for two little tables on text
fields on mssql, and the text fields can be very large fields, im doing
the search with SELECT FIELD FROM TABLE WHERE FIELD LIKE '%SOMTHING%' ..
My question is:
When displaying the search results i dont wan
My advice is USE JAVASCRIPT
Cordialmente
Daniel Massón => Ingeniero de desarollo
[EMAIL PROTECTED]
www.imagine.com.co
Tels: (57)(1) 2182064 - 6163218
Bogotá - Colombia
- Soluciones web para internet e intranet
- Asesorí
This variable isn't getting populated!
Environment:
PHP 4.1.2
Linux
Apache
always_populate_raw_post_data is on (php.ini).
Any ideas?
--Daniel
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e continue(2) is actually a tiny tiny bit
slower (we're talking around 0.010s over a 1-iteration loop on a 700 mhz
machine here) than doing it by hand the old way. With an amount that small
though, I'm more inclined to believe it's just statistical error/random
variance than anything else.
-- Daniel Grace
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
tly to the
browser (echo/print...), IMHO you shouldn't do that at all but let
retrieve() return a string/array/whatever. But that's up to you :)
--
Daniel Tryba
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi there. I'm working with RDF/XML that is strict on what characters are
allowed within the elements and attributes. I was wondering if anyone had a
script that processed a string and replaced all illegal-characters with
their HTML code, for example "&" is converted to & and " to ". It should
also
cessor.
However, I'd like IE to be able to view the XML file just for completeness.
Da
"Analysis & Solutions" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Thu, Jun 06, 2002 at 12:47:57PM +0100, Daniel Pupius wrote:
>
&g
Why not use PHP's built in image library:
http://www.php.net/manual/en/ref.image.php -- it's pretty cool. The
resample function doesn't exist in some old install but it's quite easy to
write your own -- just doesn't run as fast as a compiled version.
Dan
--
PHP General Mailing List (http:/
and thus someone with access to the history can determine
their username/password. POST would really be a better method to use here in
this case.
-- Daniel Grace
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Be warned that explode won't work as expected if any of your fields contain
colons, though it doesn't look like it'll be an issue in this sort of case.
"Gaylen Fraley" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Use the explode() function based on the colon
(preg_match("/^\s*(\+|-)?(\d+)/",$str,$match))
{
return intval($match[1].$match[2],10);
}
else
{
return false;
}
}
$format="012L20W2P";
$int=skipf($format);
$int is 12 in this example.
--
Daniel Tryba
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
>
> (Actually, to get the number, I could just do "$cp-0" or "$cp*1" - gotta
> love variants)
>From your example I got the impression you are only interested in
multiplier
--
Daniel Tryba
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Fri, Jun 14, 2002 at 08:58:29AM +0100, Webmaster do Aborla.net wrote:
> I would like to know how can I compress the output of PHP through Zlib.
You mean like:
http://www.php.net/manual/en/function.ob-gzhandler.php
--
Daniel Tryba
--
PHP General Mailing List (http://www.php.net/)
7;t
> viewable.
Are you using the binary safe fread/fwrite()? Didn't forget to fclose()
the output file?
This works for me:
--
Daniel Tryba
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Sat, Jun 15, 2002 at 06:02:58PM +0200, Daniel Tryba wrote:
> This works for me:
Hmmm, one while(!feof()) to many not that it really matters :)
--
Daniel Tryba
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
record that has changed.
I really need some help on how to do this.
Help off list would be appreciated.
- Daniel
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
), depending if you just need the
source from that cgi or need to mangle it a little?
Using PHP build-ins will most likely be faster or at least nicer for
your resources.
IMHO (never used it) curl is only needed when you need to something
fancy like post/put requests.
--
Daniel Tryba
-
n of the response the php returns, but how do I reference
> the result of a php page to get a strlen from it??
You didn't dig far enough, since there is an example of exactly what you
want on:
http://www.php.net/manual/en/function.ob-get-length.php
Isn't the online reference need? :)
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
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
Posted by Daniel Kushner (on behalf of Hans Zaunere)
New York PHP Presents:
"Implementing an Object-based Web Framework in PHP"
NYPHP's monthly meeting is a week away (7/24), and after an informal
networking event last month, we're excited to offer what certainly
will
http://www.amazonlite.com/
--Daniel
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi PHPers,
To help along with the new PHP download crises I have added a temporary
mirror:
http://www.thehostingcompany.us/php/
Regards,
Daniel Kushner
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Ok, I have looked through the archives on both MySQL and PHP's lists, but
I have not seen this asked or mentioned. Weird, I thought this would be a
common thing. Is there a better way to randomly select a table from a
database, than what I have come up with:
Here is a random table: " .
$table_a
On Mon, 01 Sep 2003 22:49:55 +, Curt Zirzow wrote:
>
> Instead of looping through all the tables and building an array you
> can do something like:
>
> $n = mysql_num_rows($result);
> $seek = mt_rand(0, $n-1);
> mysql_data_seek($result, $seek);
>
>
> Curt
So then the total code would be:
Hi all
i'm coding a little forum an now i want to make a read / unread system for
the new posts and topics.
Can anybody explain to me, how I can do that?
mfg codemonkey
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
at when wordstar
was the best editor.
Thanks a lot.
Daniel
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
well... playing with fork() in a phpcli script, i got some troubles with
childs... anybody knows how to dont get zombies/defuncts with SIGCHLD and
SIGCLD ignoring ? dont worked for me =/
the script is large, so the main pieces of it..
i dont want to know how many childs are running, or if they ter
$val)
if (function_exists($key))
$key();
?>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I dont use it. Its just an example.
Thanks anyway.
Daniel
"Marek Kilimajer" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> I hope you don't use this method. It is VERY unsafe. You execute ANY
> function that the user tells you.
>
> Daniel Souz
ime with the same
results... well.. flush then may resolve it.
Daniel Souza
"Raditha Dissanayake" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> Hi thomas,
>
> Thomas Weber wrote:
>
> >IMAP? We were talking about IRC,
> >
> Used imap as
Hello
What is wrong with this code ?
$doWork = $_GET[doWork];
echo $doWork;
echo ( "");
if ( $doWork = 0) {
exit;
}
else
{
if ( $doWork = 1) {
?>
http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
cho $result->snippet."\n";
}
?>
Please help. By the way, other php file works fine. Thanks in advance.
Daniel
_
Get 10Mb extra storage for MSN Hotmail. Subscribe Now!
http://join.msn.com/?pgmarket=en-hk
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello listmembers,
I'm building up a site which should be german and english. So I have a
site object which remembers this choice during the session and do a
include('lang_'.$site->lang.'.php');
in my topmost.php.
This works good, but this file is growing and I thought about how to
handle this
$input = array("red", "green", "blue", "yellow");
array_splice($input, 2);
echo implode(',', $input);
[]'s
Daniel Souza
"Stevie D Peele" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> My problem is
Recompile php with built-in openssl support (--with-openssl) will do that.
[]'s
Daniel Souza
"Jay Blanchard" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
[snip]
How to use file() function with an "HTTPS:\\www.example.com"
[/snip]
Use cURL http
Recompile php with built-in openssl support (--with-openssl) will do that.
[]'s
Daniel Souza
"Rodrigo Nakahodo" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> How to use file() function with an "HTTPS:\\www.example.com"
>
>
&g
'news.txt',
'codestuffs' => cstuffs.txt',
'tits' => 'porn.txt',
);
$page = $_REQUEST['PAGE'];
include(((!isset($pages[$page])) ? $pages[$page] : "error.txt"));
?>
=)
Daniel Souza
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Got it ! =)
"Simon" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> sdfsdf
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
open with proc_open() and reads STDOUT
"Uros" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> Hello!
>
> I'm pulling my hair. What is the right syntax to set output of some system
> call to variable.
>
> I tried everything (system, shell_exec,exec) and always get output to
> sc
:D
ignoring SIGCHLD in perl works finely... is there anything about the
"phped-layer" to syscalls access ? duh..
comments are welcome =)
[]'s
Daniel Souza
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
on Wed, 17 Sep 2003 21:08:31 + Curt Zirzow wrote:
>> I'm building up a site which should be german and english. So I have a
>> site object which remembers this choice during the session and do a
>>include('lang_'.$site->lang.'.php');
>> in my topmost.php.
CZ> I would suggest using gettext
Hello php-general,
I init gettext with
putenv('LANGUAGE='.$language);
putenv('LANG='.$language);
// Specify location of translation tables
bindtextdomain ("messages", "./locale");
// Choose domain
textdomain ("messages");
where $language is either "de" or "en".
This works goo
properly when being executed manually.
Does anyone by chance know how to resolve this problem?
Best regards,
Daniel Struck
--
Retrovirology Laboratory Luxembourg
Centre Hospitalier de Luxembourg
4, rue E. Barblé
L-1210 Luxembourg
phone: +352-44116105
fax: +352-44116113
web: http://www.retr
on Mon, 29 Sep 2003 10:24:09 +0200 Christophe Chisogne wrote:
>> This works good, but if the .mo file gets changed the old content is
>> returned by calls to gettext, until I restart Apache.
CC> gettext uses a caching method to speed up looking translation
CC> strings, which explain why Apache mu
s:
$a->b . "->c"
Please, need advice on the finer points of OOP in PHP
[/snip]
Here is a link to an article that helped get me started on oop in php
http://www.phpbuilder.com/columns/luis2420.php3
Daniel
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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 $
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
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
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
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
Hello PHP,
I found this small demonstration code on the net, that shows it really
good.
Call it with:
wget --header="Accept-Encoding: gzip" --header="Connection: close" -S
http://localhost/test.php
on php-bugs I found that this is defined as "bogus", as the
compression takes place after all o
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
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();
> >
Hallo daniel,
am Mon, 20 Oct 2003 13:45:18 +0200 schrieb ich bereits:
dh> But I did not find an answer, how to correct this.. - using
dh> ob_implicit_flush(); did also not help.
is there no way to put header('Content-Length: '.$sth) in when you use
ob_gzhandler in output buffer
Hallo PHP-general list,
on Wed, 22 Oct 2003 23:07:06 +0200 I already wrote:
dh> Hallo daniel,
don't want to talk only to myself.. this is for everyone.. :)
--
shinE!
http://www.thequod.de ICQ#152282665
PGP 8.0 key: http://thequod.de/danielhahler.asc
--
PHP General Mailing Li
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
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!?
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
>
__
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?
> > ---
Hi all,
I have a sorted associative array that represents
nested tree in the form of (note: parent=0 is the top
level):
$ar[0]['id']=1;
$ar[0]['parent_id']=0;
$ar[0]['name'] = 'john';
$ar[1]['id']=4;
$ar[1]['parent_id']=1;
$ar[1]['name'] = 'mary';
$ar[2]['id']=7;
$ar[2]['parent_id']=1;
$ar[2]['
="file" and then a program that should get the
> varibles
> [name] and [tmp_name] using $_POST. For some reason it's not working.
> Could
> someone tell me how to do it, or what I'm doing wrong?
[Daniel Diehl]
Take a look at http://www.php.net/manual/en/features.f
s the variable is 'undefined'. How can I
>> test
For checkbox's I like to have a HIDDEN checkbox.
With the hidden name and value, I'll always have at least a blank form
variable passed.
Daniel
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> $xyz = "Hello World";
>
> echo "";
>
> ?>
>
> The text box shows up with "Hello" NOT "Hello World". How do I get the
> entire variable?
I would try single quotes here.
$xyz = 'Hello World';
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
I have table with messages, and i have users table, the are linked via PK
UserID -> UserID, what i need is to select Messages for current month and
calculate top 5 posters list for current month.
I have create following query but it's not complete:
SELECT Handle, Screen_Name from MBoard
Hello all,
I would like to create a php function as follows:
function get_next_dates($ndays) {
/*
1. get the current date
2. create an array say $results
3. Store the dates for the next $ndays in $results
*/
return $results
}
So in my main program I can include th
packages weren't
around when I built my system!)
Cheers
Daniel
--
= Daniel Baird JCU Bookshop =
= Systems AdministratorJames Cook University =
= [EMAIL PROTECTED] Townsville Q 4811 =
= http://bookshop.jcu.edu.au =
n my httpd.conf
AddOutputFilter PHP html
AddInputFilter PHP html
AddOutputFilterByType PHP application/x-httpd-php
Regards Daniel
--
--
Pixelpark AG . . . . . . . . . . . . . . . . . . . . . . . . .
Daniel Sand . Webmaster . http://www.pixelpark.com
rotherstr. 8 . 10245 Berlin . Germany
phone
I am having a bear of a time getting FreeType compiled into PHP.
I have successfully installed the RPM:
[EMAIL PROTECTED] rpms]# rpm -U
freetype-2.1.3-6.i386.rpm
[EMAIL PROTECTED] php-4.3.1]# rpm -q freetype-2.1.3-6
freetype-2.1.3-6
I know I need the "--with-freetype-dir=" argument in configur
Jason Wong wrote:
With RHL you probably want:
--with-freetype-dir=/usr
I tried that -- no luck. But the libfreetype* files are in /usr/lib
Someone else suggested installing the FT devel rpm (which I had not done
earlier due to a download problem). I am trying that now. We'll see!
Thanks
Jason Wong wrote:
On Wednesday 26 November 2003 15:06, Daniel Hansen wrote:
Jason Wong wrote:
With RHL you probably want:
--with-freetype-dir=/usr
I tried that -- no luck. But the libfreetype* files are in /usr/lib
Someone else suggested installing the FT devel rpm (which I had
Hello PHP-list,
I'm building a script, that provides a honeypot of invalid email
addresses for spambots.. for this I want to provide a macro for the
templates that looks like %rand[x]-[y]%, where [x] and [y] are
integers, that specify the length of the random script.
My first thoughts were about t
on Tue, 2 Dec 2003 23:33:47 + Richard Davey wrote:
RD> Just so we're clear on this - you're creating a string (an email
RD> address) of a million characters? I don't know my mail RFC's that well, but
RD> I'm sure this is well beyond what it considers "standard".
We're not clear.. ;)
the funct
on Wed, 3 Dec 2003 10:54:10 +1100 Luke wrote:
L> result on my laptop for default script settings
L> (P4 2.66, 512mb ram)
L> 20
L> loaded in: 1.3158s
thanks for the test..
L> please tell me what you think of this? if you like it i can email it to you
L> (as a php file)
Looks good, I have alr
on 02 Dec 2003 18:56:28 -0500 Robert Cummings wrote:
RC> I missed the original post, and I'm too lazy to go looking, but the
RC> following code runs in approx. 2.75 seconds on my Athlon 2400 running
RC> linux:
it is 4.3 seconds on xp 1600+..
RC> $chars = '0123456789'
RC> .'abcdef
What do you say to someone who says:
"PHP is just a kiddie language"?
(Source: http://www.dhtmlcentral.com/forums/topic.asp?TOPIC_ID=19373)
PHP is currently my strongest development language and it annoys me that it
is a much less bankable skillset than .NET and Java. How long do you think
it'
on Tue, 2 Dec 2003 23:46:33 +0100 I already wrote, regarding replacing
macro %rand[x]-[y] with random of random length ([x]-[y]).
Before, I had my own (slow!) procedure to find next occurence of the
macro and generated a new string, which was returned.
This took about 15 seconds for 10.000 addres
Hello PHP-list,
I proudly announce the first release of my first PHP script:
spambothoney.
It provides a class to generate different types of email addresses
(random invalid, combination of users/hosts, with spambots IP/host,
"binary" output) and is meant to pollute the crawling spambots that
har
on Tue, 9 Dec 2003 12:49:56 + [EMAIL PROTECTED] wrote:
TPrsc> I want to now be able to stop people from linking to the images directly,
TPrsc> and only be able to access the images via my site...
With Apache you can either use mod_rewrite:
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_R
501 - 600 of 4490 matches
Mail list logo