PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
into all of my scripts, is there a way to actually integrate these into the php language itself? In other workds, is there a way to call the function from the script, without actually creating the function in the script itself? Right now, I have a file that contains all of my functions, and at the beginning of my script, i do an 'include' and that incorporates all of the functions into the script. Anyways, please help
I think what feyd said, creating my own extensions is what I am talking about. Here is an example of what I mean. someone can call the substr command without setting up the function in the script, so I would like to make it so my own functions can just be called from the script. Does that help?
Joe, I see what you are saying, but I think what feyd was saying earlier was hitting dead on. Don't get me wrong, I appreciate your help, but I think feyd knows what I am talking about.
Ok
Im gonna keep sayiong this until one way sounds right. I would like to make it so that I can add functions into php itself. When you download php, it comes with tons and tons of functions, but I want to know how I can add my own to the mix, without creating php files with all of these functions in them.
well, Feyd and Joe, thanks for the help. I really appreciate it. Im gonna see if I can make some sense out of this from the php site, and if I dont, you know I'll be back. Thanks again