trq
Staff Alumni-
Posts
30,999 -
Joined
-
Last visited
-
Days Won
26
Everything posted by trq
-
Sorry, but I would suggest you find a new hobby. This really isn't working out.
-
When closing connection when using it a lot in page
trq replied to pascal_22's topic in PHP Coding Help
Don't use the global keyword, do as kicken suggested and pass $dbconn in as a param. -
Time doesn't stand still in the world of technology I'm afraid.
-
I typically develop applications on top of some framework. Most (all) of these frameworks come with things like authentication built in.
-
I'm not sure what resource it is you are using to learn PHP but its well out of date. There are numerous issues with this code. If you are looking for something that is free, reasonably up to date, and easy to follow. I would recommend: http://www.tuxradar.com/practicalphp
-
What have you done to debug the issue?
-
Then why didn't you ask simply that question? To answer that question: yes.
-
The logic is no different to pagination using a proper database. Still stuck?
- 6 replies
-
- pagination
- dynamic
-
(and 2 more)
Tagged with:
-
You forgot to ask a question.
- 6 replies
-
- pagination
- dynamic
-
(and 2 more)
Tagged with:
-
But you don't know how to do it? That makes no sense.
-
Are you sure you are not able to find examples of how this is done already? I mean, it's very common scenario. Hell, there is even a few jQuery plugins around that handle this. Where exactly are you stuck?
-
You are really not helping.
-
Define "not working".
-
What have you tried?
-
Assuming you are asking if larger sites are generated dynamically on each request, or as contents change a static site is generated? Generally, the later. What is the term for it? Dynamic Site Generation.
-
You need to browse to your server with your web browser. http://localhost
-
if ($age > 10 && $age < 20) { // $age is between 10 and 20 }
-
yes you could, where are you stuck?
-
Filezila is an FTP client and server, nothing at all to do with php. WinSCP, I assume is a Windows scp client, again, nothing at all to do with php. You want to setup a http server on your local machine? Is that what you are really saying? The thing with forums is you need to be very clear and specific when describing your issues. None of your posts in this thread have made a great deal of sense.
-
Is that a question? I don't understand it.
-
You would have multiple records in your database.
-
Which PHP Framework is better for ERP Application (ZEND, Codeigniter,Yii)
trq replied to sajaldas's topic in Frameworks
CI is dead, so I'm not sure how that got in your top 3.- 3 replies
-
- zend framework
- yii
-
(and 1 more)
Tagged with: