P package. Instead of:
return $serializer->
make it:
$ret = $serializer->...
return $ret;
This notice was added because PHP has memory corruption issues when
doing this particular thing (it always has).
--
Justin Patrin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ript run if your script changes them. Also, you should be
using the $_POST superglobal unstead of $HTTP_POST_VARS. Please try to
rephrase your question.
--
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
l rights
reserved.
!DSPAM:4158b1bd97816288916596!
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t; guestbook.php code snippet:
> // Connect to DB
> $li = mysql_connect($dbHost, $dbUser, $dbPass) or die("Could not connect");
> mysql_select_db($dbDatabase, $li) or die ("could not select DB");
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> !DSPAM:4130ba8d143217233713689!
>
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
r
foreach($variableNames as $var) {
$_REQUEST[$var]
}
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
; NewRow.appendChild NewCell
> TableBody.appendChild NewRow
> End Sub
>
>
>
> Dynamic Table Demo
>
>
>
>
>
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> !DSPAM:412fc78a528
On Fri, 27 Aug 2004 18:48:16 +0200, Marek Kilimajer <[EMAIL PROTECTED]> wrote:
> Justin Patrin wrote:
> > number_format($number, 2);
> >
>
> Does not work. Desired results:
>
> >>
> >>1000 should return 1,000
> >>1000.5 should re
decimal places to the number.
>
> For example,
>
> 1000 should return 1,000
> 1000.5 should return 1,000.5
> 1000.25 should return 1,000.25
> so on.
>
> I am looking at sprintf now.
>
> Thanks and Best regards,
>
> Ma SivaKumar
>
--
DB_DataObject_For
to a "=", like
> >the line above, and see if that doesn't help.
> >
> >--
> >michal migurski- contact info and pgp key:
> >sf/cahttp://mike.teczno.com/contact.html
> >
>
> !DSPAM:412e071553131102431894!
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
o
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
http:://www.php.net/mail
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
bject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
o.php script, it will
> not run.
>
> Thank You
> Steve
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ahold of printed statements
> > that show the billing address. Any idea how to combat THAT? They are
> > using fake IP addresses now so I can't keep up by blocking IP's.
> >
> > Your clever ideas appreciated.
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
akeGlobal($a,$b);
> > [/snip]
> >
> > According to http://us3.php.net/language.variables.scope you could do
> > something like
> >
> > global $a, $b, $c, ...;
>
> ---
> Justin French
> http://indent.com.au
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
www.pnicorp.com. Go to the link below and click "Continue
Checkout".
http://www.pnicorp.com/pniCart/?addItem=60
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
gt; somewhere?
>
No, this is not a bug. This means that if you define a new constructor
/ destructor, the parent class's won't be called unless you put it in
the new ones.
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
tion and may not work (is not tested).
> >
> > Yingyos
>
> Why preg_replace?
>
> Just do extract($message); then you have vars from the keys:
>
> $name ='My Computer';
> and
> $version = '1.0';
>
> Then those vars are used in the $strValue var.
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
now about Linkpoint, but with Verisign, this would be:
"Authorization" for the initial check
"Delayed Capture" to actually charge the card
"Void" to cancel the Authorization
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataO
an amount, it
puts a hold on the amount on the credit card. When you want to charge,
you have to do a "Capture" of the "Authorization". If you instead do a
"Sale", the authorization will show up as a block on the credit card.
It *should* go away after 30 or so days.
-
selected>$text\n";
>}
>$return .= "\n";
>return $return;
> }
>
You really need to go back and run through some PHP tutorials, it
seems you don't really understand the language.
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ng fairly complicated as we have lots of different
secionts and applications, but for a simple thing, you could make it a
shell alias if you wanted to.
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Pa
gt; Otherwise, you can look into a different mailing system.
> JP> http://pear.php.net/package/Mail
> JP> http://pear.php.net/package/Mail_mime
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
il
http://pear.php.net/package/Mail_mime
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Thu, 19 Aug 2004 08:44:39 -0700, pw <[EMAIL PROTECTED]> wrote:
>
>
> Justin Patrin wrote:
> >
> >
> > Did you try:
> > if(PEAR::isError($db)) {
> > echo $db->getMessage().' '.$db->getUserInfo();
> > }
> >
> > It&
he module isn't in the PHP that apache is using
2) the postgres module isn't loaded in the PHP that apache is using
3) the postgres module in the PHP that apache is using is connecting
via a socket instead of a port (or vice-versa)
--
DB_DataObject_FormBuilder - The database at your fing
The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lashes() to the string before writing to disk
>
Don't you mean magic_quotes_runtime?
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> each page.
> > >
> > > Thanks for the idea - any others?
> > >
> > >
> >
> > Just store the instance of the class in the session.
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e .htaccess is read at the
*beginning* of a request only.
--=20
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
there's an Apache/PHP build for Pocket PC? I
can tell you for sure that it runs on my Sharp Zaurus. ;-)
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www
n the session.
if($loginSuccessful) {
$_SESSION['authObj'] = new AuthObj($loginUsername);
or
$_SESSION['authObj'] =& $existingAuthObj;
}
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Pat
ke that.
It does line changes, but also highlights the changes within the line.
Sorry, I know of no in-line PHP diff engine.
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> On 15/08/2004, at 7:02 AM, Octavian Rasnita wrote:
> >
> > > Hi all,
> > >
> > > I have seen that there are many templating systems for PHP. Which is
> > > the
> > > most used and the best you have found?
> > > Can you recommend me a free and good templating system?
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
en the recursion is not working for more
> > > than 1 level.
> > > I tested it in windows server.
> > > Expecting your help,
>
> > Expecting your code...
>
> > Have you looked at the opendir manual page to see if there are any
> > examples, there?
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Law can go wrong, it will.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
> !DSPAM:411e9948260948544259725!
>
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ou can then use somehting like HTTP_Client to both get the
REFERER right and parse the HTML to get the hidden field you need.
There is no sure-fire way to check for non-humans. You can use
CAPTCHA, but there are programs to break those, too. ;-) CAPTCHAs are
actually your best bet.
--
DB_DataObjec
The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
server. Now, we use LDAP,
which runs on the same domain server. Is it possible to get LDAP
access to that server? (I actually know nothing about Kerberos).
>
> --Matthew
> http://www.quabbo.com
>
>
> Quoting Justin Patrin <[EMAIL PROTECTED]>:
>
> > On T
his. Not only is PHP
relatively new (compared to, say, C or C++), it's also just not great
for teaching many programming concepts.
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General M
k5Ml5vFscHp8AoNg1
> Hsto+UlR9bK0tbrP+X1+M9Ga
> =B5p0
> -END PGP SIGNATURE-
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
base at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
that 99.99% of the people who surf the net do not modify this so
> the exception is very minimal.
>
Except for those with a firewall that blocks this
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
red
URL.
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
eally
> >would
> >like to avoid doing that so I don't affect my Red Hat support
> >agreements.
> >[/snip]
> >
> >have you done phpinfo() to see if it really compiled?
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://p
ot;;
> > > echo "$parsed[0]-$parsed[1]-$parsed[2]$parsed[3]";
> > > ?>
> > >
> > >
> >
> > What version of php is your webserver running?
> >
> > --
> > John C. Nichel
> > ÜberGeek
> > KegWorks.com
> > 716.856.9675
> > [EMAIL PROTECTED]
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
.
This loop *is* what you want. Tell us what you're trying to do and
we'll try to help.
> thanks,
> deepak
>
>
>
>
> Justin Patrin wrote:
>
> >On Wed, 11 Aug 2004 17:13:49 -0400, Deepak Dhake
> ><[EMAIL PROTECTED]> wrote:
> >
> &g
kind of queries are you running? How much data is there?
> The timestamp shows as:
>
> 21:06:10:215270 - when it hits the page
> 21:06:11:646549 - when the page starts loading
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataOb
aped before with mysql_escape_string() and
> probably trimmed as well.
The question was about mssql, not mysql. using str_replace("'", "''",
$str) should work.
>
> $fields = array('id','name','age');
> $values = array(1
with 1GB RAM? Or
> > some 2GHz i86 box
> > with 1GB running FreeBSD? If not, how are you folks
> > worrying the
> > scalability issue?
> >
> >
> > While this isn't specifically a PHP question, I
> > think scalability of
> > PHP applications is germane to the list.
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
>
> __
> Do you Yahoo!?
> Yahoo! Mail - Helps protect you from nasty viruses.
> http://promotions.yahoo.com/new_mail
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
}
and here's how they quote values:
function quoteSmart($in)
{
if (is_int($in) || is_double($in)) {
return $in;
} elseif (is_bool($in)) {
return $in ? 1 : 0;
} elseif (is_null($in)) {
return 'NULL';
} else {
know.
> >
> > My other question is that I am looking for training in the
> > UK, preferably in the North. I have no idea about
> > accreditation or certification requirements and wondered if
> > anyone could provide any recommendations...?
> >
> > Thanks for your time guys.
> >
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
print_r($matches[1]);
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
uld suggest using this (after fixing the first problem I pointed out):
echo $num1->num."\n";
echo $num2->num."\n";
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
s running? If
you're in Linux, use "top" on the command-line.
5) Have you checked the Apache logs? Specifically, look int he error
log for crashes. If it's crashing, you've probably hit your memory
limit or a bug in PHP or GD.
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
n't what you want, perhaps you should be doing 3 seperate
queries in there? Please explain why you have 3 for loops around your
fetch;
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
AP. Of course, POP by default will not leave the message on the
server and it much more lightweight (less features) than IMAP. It all
depends on what you and your app need.
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBui
t this
as one. In addition, you should have parenthesis on your funciton
call:
$bar = $foo->bar();
>
> Or is there a better design approach I should be reminded of or learn?
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_Dat
concatenate "load data" with "insert".
> I have a file *.cvs that used three fields (a,b,c), my database have four
> fields(a,b,c,d). The "insert" have the data for last field.
> Regards,
> Juan
>
I assume you means a csv file, not a cvs file.
No, you
> Alessandro Vitale
> Jr. Software Engineer
> Tiscali International Network Spa
> +39 070 4601678
> [EMAIL PROTECTED]
> ***
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
uilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
iling List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
-
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
(http://pear.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hp.net/unsub.php
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Wed, 11 Aug 2004 01:12:40 +0800, Jason Wong <[EMAIL PROTECTED]> wrote:
> On Wednesday 11 August 2004 00:48, Justin Patrin wrote:
>
> > I don't see how it would be a security problem. They probably just
> > don't understand and think you want FTP access to t
they're all OO, you
can extend them (or their drivers) to create a class specific to your
needs. I fail to see how any of these classes is inflexible.
> -Dan Joseph
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
has been done so many times in the past.
http://pear.php.net/package/DB
http://pear.php.net/package/MDB
http://pear.php.net/package/MDB2
http://adodb.sourceforge.net/
http://www.phpclasses.org/browse/package/20.html
etc....
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/p
aObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
der."
>
> If it is an issue, does anyone know of a hosting provider that allows these
> extensions?
>
> -Brian Anderson
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
DB_DataObject_FormB
hing and such
for you. This is really a nasty hack. If you want to use PHP-style
syntax, Savant is your friend.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
DB_DataObject_FormBuilder - The database at yo
w.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> !DSPAM:411806e5291851697419290!
>
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Mon, 9 Aug 2004 15:14:57 -0400, John W. Holmes
<[EMAIL PROTECTED]> wrote:
> From: "Justin Patrin" <[EMAIL PROTECTED]>
> > > eval($script);
> > > use_cached_code();
> >
> > Ick! eval() is evil!
>
> You have benchmarks to back that up
visit: http://www.php.net/unsub.php
>
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ript base64_decode the image and display it (with the
correct headers).
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
on I use is too old for the bug system. If you encounter
> the same bug in a higher version, please report it. Thanks.
>
> Torsten
>
Why did you update to an older version of PHP?
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBu
ndre
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
g.php"),
> > > > > $text);
> > > > > eval("?>" . $text . " > > >
> > > > This is rather an odd thing to do, kinda like taking an html
> > > > document converting it to xml, add an element, then turning it back
>
> >
> > To get around your \$ problem..
> > see http://php.net/preg_quote
> >
> >
> > Curt
> > --
> > First, let me assure you that this is not one of those shady pyramid
> schemes
> > you've been hearing about. No, sir. Our model is
our vote to have it solved in some future version ;)
>
I put a patch in that bug report that *should* fix it. It's not tested
at all, though. If someone can test it, please do:
http://bugs.php.net/bug.php?id=28038
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pea
t_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
you wanted it to have. This is
obvious as include() doesn't return the code, it runs the file.
> but, I am doing this.
>
> $text = file_get_contents('templateFile.php');
> $text = preg_replace('/something/', file_get_contents("something.php"),
>
> >>&id=159&Itemid=162 to
> >> >> >> https://computing.eng.iastate.edu/mambo/index.php?option=content&task=vie
> >> >> >>w&id=159&Itemid=162. The only difference between the above two URLs
> >> is
> >> >> >
night ;) My Samples where plenty
> of mistakes :p
>
> Thanks for your comments,
> Jordi
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ons about this). If this is what you are
doing, then it sounds like the issue is not in the eval or the
included file, but in the preg_replace. Please give us the exact
preg_replace line that you are using and what it is supposed to do so
we can help with your regex.
>
> "Justin Patrin
2288 2163 Ext 105
> Fax Number: 91-22 - 2288 2809
> Mobile : 91-22-3101 8082
>
> http://www.TheArgonCompany.com
>
> Viruses getting you down?
> Get your virus protected mailbox at http://www.tassm.com
>
> Linux. The Choice of the GNU generation
>
--
DB_DataObject_For
FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
with the eval() call look like? Are you
> > doing anything else with $this->The_Template_Sys before it's
> eval()'d??
> >
> > --
> >
> > John Holmes
> >
> > php|architect - The magazine for PHP professionals -
> http://www.phparch.com
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
var);
>
> Well, I'd like to know if this can be considered secure enough to pass
> the $securevar to the database, or I should consider something more to
> be checked before.
>
> Any help or comment will be really usefull.
>
--
DB_DataObject_FormBuilder - The database at y
On Wed, 4 Aug 2004 15:40:03 -0700 (PDT), PHP Gen <[EMAIL PROTECTED]> wrote:
>
> --- Justin Patrin <[EMAIL PROTECTED]> wrote:
>
> > > 4: put 100 tags to call 100 images per page
> > > (confused here)
> >
> > I put some code inline below. Should
On Wed, 04 Aug 2004 17:39:51 -0500, Jeff Oien <[EMAIL PROTECTED]> wrote:
>
>
> Justin Patrin wrote:
> > On Wed, 04 Aug 2004 16:01:31 -0500, Jeff Oien <[EMAIL PROTECTED]> wrote:
> >
> >>I'm using the code below to post form data to an ASP script. B
keyboard.
> - Creativity is great, but plagiarism is faster!
> - Smile, everyone loves a moron. :-)
>
> __
> Do you Yahoo!?
> New and Improved Yahoo! Mail - Send 10MB messages!
> http://promotions.yahoo.com/new_mail
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> !DSPAM:41115bea172812942772655!
>
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ew' and $id ==
> >> 159
> >> >> and $Itemid
> >> >> == 162)
> >> >> {
> >> >> session_write_close();
> >> >> header("Location:
> >> >> https://computing.eng.iastate.edu/mambo/inde
On Wed, 04 Aug 2004 23:55:12 +0200, Jay <[EMAIL PROTECTED]> wrote:
> Justin Patrin wrote:
> > On Wed, 04 Aug 2004 19:02:41 +0200, Jay <[EMAIL PROTECTED]> wrote:
> >
> >>Jay Blanchard wrote:
> >>
> >>>[snip]
> >>>Is there any c
> ---John Holmes...
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
>
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
---
> --- In foo7 --
> _ENV
>
> --
> --- In foo8 ------
> _ENV
>
> --
> --- In foo9 --
> Windows_NT
> --
>
> // Version //
>
> PHP 4.3.7 (cgi-fcgi) (built: Jun 2 2004 15:49:31)
> Copyright (c) 1997-2004 The PHP Group
> Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
>
> // End //
>
> I'm doing something wrong? Or this is the expected behavior? I know
> I could use php references, but linking style does confuse me a bit (
> how do you change a reference to point to a new variable if it's
> allready referencing another one ? )
>
> Thank you in advance
>
Looks right to me. I guess PHP doesn't support it. You may want to
file a bug or look for more on superglobals in the manual or bug
reports.
--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder
paperCrane --Justin Patrin--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
1 - 100 of 574 matches
Mail list logo