On Wed, 2003-09-24 at 09:51, Curt Zirzow wrote:
> 
> cat | realprogrammer
> 

Dear sir, I am a complete newbie to PHP and have never seen the cat or
realprogrammer programs. Could you please send me detailed documentation
on how each works and where I can find a free copy. Also what does the |
do in your above command? Would it be possible to run these in my
browser without actually submitting? And how can I tell if a user on
another machine someplace else has run these programs? Thank your for
your time, I look forward to someday being as good as you.

Your humble servant ;)
Rob.


> if( $pos_params != false ) {
> 
>   $back_url = substr( $HTTP_GET_VARS['origin'], 0, $pos_params );
>   $back_url_params =
>       substr( $HTTP_GET_VARS['origin'], $pos_params + 1 );
> 
> } else {
> 
>   $back_url = $HTTP_GET_VARS['origin'];
>   $back_url_params = '';
> 
> }
> 
> cat | realprogrammer | in_a_rush
> 
> if($p) {
>   $bu = substr( $_GET['o'], 0, $p );
>   $bup = substr( $_GET['o'], ++$p );
> } else {
>   $bu = $_GET['o'];
>   $bup = '';
> }
> 
> :)
> 
> Curt
> -- 
> "I used to think I was indecisive, but now I'm not so sure."
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to