|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-03-19 04:28 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 06:00:01 2025 UTC |
Hello, i'm a Software Eng. and doing a research on PHP and MYSQL , but i have 2 questions... 1- in a .php page i'm including common.php include("common.php") and do some processing in that page..but what happens when i open the browser on that page is that the common.php is not processed,,,while on the contrary if i place the common.php code instead of the include it will work...so what is the problem... 2- i'm afraid that each call to a .php page will open a new process (.exe) and not a thread ... so can you tell me am i right or wrong and how to make it dll work....(threads) Best Regards Mohannad Salam