If you need small/compact forum without lots of bells and whistles, go for minibb. I have used it in my previous company, mini bb code was very modular and I...
Hi, I hope most of the list members are familier with the LOST tips (lost.sourceforge.net) project. I just have a very small requirement, I want to strip the...
Hi Ajitabh, That should be as follows: 1. use file() 2. explode on \n 3. store explode array size 4. Now the second element in the array would contain the Sub...
... Thanks Paul, but by the time I got this I tried a slightly different method using regular expressions. I am attaching my script and the output file...
Hey Ajit, Oh actually if your comfy with REGEX, what you have done is perfectly, except that you could have combined multiple REGEXs. Anyways assuming this is...
Hi Melvin, What code you are using to acess 2-dimensional array? Regards, JD Melvin D'souza <Mail@...> wrote: Hi, I have created a 2 dimensional array...
Hi, How do I create email users on my domain using php? I am looking for a solution whereby a user who signs up on my website will automatically get a...
Hi d.k.jariwala (JD) ... I am using the code for($i=0; $i < $nMaxNoOfLocations; $i++) { for($j=1; $j <=10;$j++) { $x = $aCC[$i][$j] ; } } This works if my...
Hi Shoan, You need to find out how you add a user to your domain 'manually'. Say you are on Linux, you can use shell commands to create new user and give him...
Hi, Thanks Paul, I will try that out. Attached is one of the LOST tip files. Regards. Ajitabh Pandey __________________________________ Do you Yahoo!? Yahoo!...
... Sorry. My mistake. I was asigining the values of the array to a variable in the function. I had not defined the variable outside the function, so I was not...
Hi Friends, I want to retrieve the folder name using bash script, which contains the files that I am using. e.g. I have a file "modGlobalApiAccessor.bas" in...
Hi if you are running on unix box u shud be able to use the system command of php and use the specified command in that ...like find grep or what ever u want ...
... Gupta> Hi Friends, I want to retrieve the folder name using bash Gupta> script, which contains the files that I am using. e.g. I Gupta> have a file...
Balaji Narayanan
lists@...
Sep 11, 2003 2:59 am
898
Hello, phplib still has got its files as php3. I changed the http.conf file so that the webserver recognises files with php3 extension... But still on loading...
... Yesterday I had downloaded PHPlib 7.4 at home and was taking a peek at it. It has got all files as .php3 except one prepend.php, there is a prepend.php3...
... I have Apache 2.x so I don't know if the sytax has changed, but I have a directive like this: <Files *.php> SetOutputFilter PHP SetInputFilter PHP ...
... All the lib files have extentions .inc ... You can safely rename index.php3 to index.php BUT does your Apache recognise php3 as a valid PHP extension? It...
Hello Everyone!!! This is Imthiaz Rafiq from chennai. I am very much new to php. When I was downloading phplib I came across this group. I like to participate...
... Yep... ... I had created a link index.php pointing to index.php3 and than it works. But there are other php3 files. If I rename all those files to .php...
Hello, My application uses session (server side, default session handlers). Session is created when a user logs in & destroyas it on logout. But most users...
... Thanks Biju. But I have got Apache 1.3 and AFAIK the above two changes are enough. But it does not seem to be working. When I load phplib sample index.php3...
Rajesh, Well, if you need an urgent quick fix, put int FILES directive in a .htaccess file and pop it on the server. It should force all .php3 as ForceType...
Yes, You should maintain state TIMESTAMP in a db versus the SESSION_ID. And check for time lapsed since last active TIMESTAMP. Each time a user visits a page...
Hi there, I am Vivek Aundkar. I am 23 yrs old sofware developer from Pune(India). I have 2 yrs of experience in s/w development on VB/SQL Server.Now we are...