Hey everyone. I was wondering if anybody has or knows any scripts or classes or methods that can help with importing/exporting address book formats.
I have found this if anyone knows about it or doesn't then now they do...
Ok I have been looking into templates recently. I understand the benefits but honestly for msall projects what would be the nemefits?. I honestly consider the html generated by php way to be the cleanest and fastest. My scripts are easy to understand...to me at least...and get the job done...
Cool we have another way of generating pages. Does anyone know of a study or proll or something liek that that benchmarks the performance of PHP pages depending on the codeing style used?
Cool guys that's good to know. Considering I have a C+ background I fint it easier for HTML to be uotputted by PHP and yes it does look cleaner. It also makes it easier to debug your code. Well here's to hoping this information nenefits someone int he future. Thanks for the responses guys.
I have a question for you guys. This is a PHP forum so I figure most of you know the answer to this or the recommendation to his.
Ok so getting tot he point I wanna know which way of programming php is better. Is it better to use php to generate your pages like using printf() and those...
Ok this is begining to give me gray hairs. WTF. I changed around the login script alittle bit and now the $_SESSION array is not being initialized. Coincidentally if I session_start at the begining of the page a session gets created but if the information is validated (username/passowrd) it...
I fixed it now guys. I like kenrbnsn said had to put session_start() at the top of ever script. I ddin't know that but not it sort of works. My main problem now is getting the variables to be authenticated properly.
No the page is correct. I think there is a problem with my php setup. Because I know that when I set a session variable it should be global right. If so then why when I try to check the value of that variable it doesn't work. Grr this problem is annoying because I know my code it proper.
Hey guys I am having a problem with new code that I think should work. I poseted a thread a few days ago stating that I couldn't get some stuff to work but I figured it out. Now I have the code "working" but I still have a problem. When I use firefox and everything validates I get a redirecton...
wait a minute I think I figured it out. If I send a header to the web page for authentication does that mean that I need to use a file and not a database? If so then I'll just use a regular file for authentication.
PHP is compiled as a module for apache. I know because the php I have installed is mod_php. Also when I echo out the variable values using the PHP_AUTH_* variables I see their values. How ever I have a feeling something is not going through to the sql server but I have no idea how to be sure...
Hey guys it's me again. Okay so far I've been helped out prety good by this site and it's users. But now I have a more advanced problem dealing with authentication. My problem is that my authentication script doesn't work. Can anyone help me out with it. Thanks
<?php
require("common.php")...
Ok I found a resolution to my problem. I simply user an array of queries and then extracted the results from each array. I works suprisignly well now. Thanks for the help guys.
P.S If anyone wants to see the solution just ask and I'll post it. Just in case anyone else is having the same or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.