RE: [php-list] Help in Mambo

2006-04-24 Thread Conor Doyle
Both of those items should be included in the standard install of Mambo.  At least they are in Joomla! and the two systems are still sharing the basic codebase.  Outside of that there are a ton of third-party modules, and site plugins you can use to perform many different tasks. Conor -Or

Re: [php-list] PASSING VARIABLE FOR DELETE RECORD

2006-04-24 Thread Patrick Bierans
> I made little guest book application, and options are add, view and now I > want to delete a record I put the delete link on every record, now here > I'm stuck how to pass the record variable to the delete.php file.   if (isset($_REQUEST['id']) && (int)$_REQUEST['id']>0)   {     $id=(int

[php-list] PASSING VARIABLE FOR DELETE RECORD

2006-04-24 Thread @hmer
Hi guys, Since long time I was just watching you all experts, and today I've a little question about php delete variable, before I start, I just let you know I'm very beginner with php/mysql and this is my first program. Ok here is my question. I made little guest book application, and o

[php-list] Help in Mambo

2006-04-24 Thread Asif Ali
Hi...   can any one tell me how to develop a dynamic website using Mambo. What i want is an idea how to add some php login or a sample contact us form which performs some particulaer task.any idea will be appreciated.     Thanks in advance.            Regards   M

Re: [php-list] Displaying pics without URL ?

2006-04-24 Thread Gordon Stewart
On 4/24/06, Martin Halford <[EMAIL PROTECTED]> wrote: > This is an HTML/CSS question, not PHP.  You can define background images > in your CSS which cannot be downloaded by right-clicking on them, nor do > they appear in the page source.  However, the user could still > interrogate the styleshe

Re: [php-list] Displaying pics without URL ?

2006-04-24 Thread Martin Halford
Gordon Stewart wrote: > Hi there, > > Is there a way for a PHP script to display / show a picture, while > hiding the URL of the actual picture ? > > -- > G Gordon, This is an HTML/CSS question, not PHP.  You can define background images in your CSS which cannot be downloaded by right-clicking

Re: [php-list] Displaying pics without URL ?

2006-04-24 Thread Patrick Bierans
> Is there a way for a PHP script to display / show a picture, while hiding > the URL of the actual picture ? You can use something like: showpicture.php?id=1231   include('myfunctions.php');   $file=get_url_for_image_to_this_id($_REQUEST['id']);   $ext=end(split("\.",$file));   header('con

[php-list] Displaying pics without URL ?

2006-04-24 Thread Gordon Stewart
Hi there, Is there a way for a PHP script to display / show a picture, while hiding the URL of the actual picture ? -- G Yahoo Archives by email = Yes http://groups.kwister.com/owners.php#add NZ community groups - [EMAIL PROTECTED] Community email addresses:   Post message: php-list@yaho