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
https://forums.phpfreaks.com/topic/129390-trouble-arranging-my-scripts/
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.