Thanks!
Where to get Server Modules?
Moderator: General Moderators
Where to get Server Modules?
Heya peeps, it's me again
I'm looking for server modules that I can play around with. I'm hoping to start homing my php skills a little more, and have been told this is one of the next-best steps to do so with. Anyone know of some links they could point me to that has server modules that I could play around with ? ( server management, information, graphs, etc... ).
Thanks!
Thanks!
Also, if I am wanting to define a function, how can i make it where I just need to type the name of the function in any php script, and get it to execute, rather then having to type the entire function over again?
in other words, let's say I have the function bob. Bob merely connectes to the mysql server for you. Let's say I have the function, bob, in start.php.
Now, let's say that I'm in step1.php and want to call bob, and let it connect to the MySQL database. Instead of having to redefine what bob is, is there a way to just make a call to bob out of start.php ?? Thanks!
in other words, let's say I have the function bob. Bob merely connectes to the mysql server for you. Let's say I have the function, bob, in start.php.
Now, let's say that I'm in step1.php and want to call bob, and let it connect to the MySQL database. Instead of having to redefine what bob is, is there a way to just make a call to bob out of start.php ?? Thanks!
- mydimension
- Moderator
- Posts: 531
- Joined: Tue Apr 23, 2002 6:00 pm
- Location: Lowell, MA USA
- Contact:
- mydimension
- Moderator
- Posts: 531
- Joined: Tue Apr 23, 2002 6:00 pm
- Location: Lowell, MA USA
- Contact:
- mydimension
- Moderator
- Posts: 531
- Joined: Tue Apr 23, 2002 6:00 pm
- Location: Lowell, MA USA
- Contact:
i think this: http://www.php.net/manual/en/zend.php maybe of some use to you.
- mydimension
- Moderator
- Posts: 531
- Joined: Tue Apr 23, 2002 6:00 pm
- Location: Lowell, MA USA
- Contact:
hey man, thanks for the info, but that's not really what i was looking for lol. I got the modules, and I know the basic syntaxes of them, but just needing one big script that is already using the server modules. i guess my topic is kinda misleading in that sense
can't seem to find one that shows you how to make a server monitoring script that exports the results to graphs and such...