Jump to content

Trouble arranging my scripts


phpserver

Recommended Posts

Hi,i have done many php scripts and i just put them in a folder  and call them like this.http://localhost/kim.register.php etc etc.I came across a method like i call my scripts like this;for instance....index.php?option=com_sms&task=smsMessage where com_sms can be found in a folder called com_content for instance such that if i want to add a new functionality to my web pages i just put a new component into the folder com_content;for instance if i wanna add,a functionality for newsletters i just place my com_nletter in my com_content folder and when it comes on the browser i guess i will write something like this index2.php?option=com_nletter&task=newsletter.

 

Maybe somebody has seen this method on joomla,where can i find tutorials on how this is achieved?.

Link to comment
Share on other sites

phpserver,

 

  The method you are describing uses the $_GET PHP variable... Google 'php $_get variable' for numerous examples on how to implement.

 

Scot L. Diddle, Richmond VA

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.