Hi,
How are you using the PHP files in Joomla? Joomla requires your php files to be structured into components, or modules, or plugins...
Are you asking how to use the php files with Joomla, or just php in general?
:)
digital-ether
Nearly a Posting Virtuoso
1,293 posts since Sep 2005
Reputation Points: 461
Solved Threads: 101
Well I'm kinda asking to work specifically with Joomla, but I dont understand how php works
:(
Well, I'd recommend you try and figure out php first then delve into Joomla's PHP API.
With PHP, you best resource is none other than http://php.net
You can also download the php documentation, http://www.php.net/docs.php , it covers about everything from installing, to usage and functions reference.
Heres the online view of the docs in English:
http://www.php.net/manual/en/
The getting started section is probably what you're looking for:
http://www.php.net/manual/en/getting-started.php
;)
In joomla you cannot add php through the content editor, or anything like that. (There are some extensions to do this though).
To add a set of php files, the easiest thing to do is create a component. This allows you to add set of php files, whose output will show in the "mainbody" of Joomla.
Heres the developers wiki, take a look at the tutorials.
http://dev.joomla.org/component/option,com_jd-wiki/Itemid,32/
digital-ether
Nearly a Posting Virtuoso
1,293 posts since Sep 2005
Reputation Points: 461
Solved Threads: 101
digital-ether
Nearly a Posting Virtuoso
1,293 posts since Sep 2005
Reputation Points: 461
Solved Threads: 101
thanks because of this thread i can use php code in my joomla site. thank you very much.i hope there are no problems in my installation.
canterorist
Junior Poster in Training
54 posts since Apr 2009
Reputation Points: 10
Solved Threads: 0