trq
Staff Alumni-
Posts
30,999 -
Joined
-
Last visited
-
Days Won
26
Everything posted by trq
-
The forums and the main site are not separate, one is just a custom site that needs some love, the other is some forum software that again, needs some love. Now, if only we had a lot of time on our hands.
-
We can't help you.
-
How to allow client the ability to edit small area - text and images
trq replied to kissfreaque's topic in HTML Help
Where exactly are you stuck? This should be a pretty simple task for any PHP developer. -
I'm interested in the idea. Hell, I created the account. It's just a matter of content and time, but I'm on Twitter all day everyday so...
-
And you have done what to debug your code?
-
https://twitter.com/thephpfreaks As you can see, it is currently very well maintained.
-
PHP support for expect in Solaris
trq replied to kaf3773's topic in PHP Installation and Configuration
Where exactly are you stuck? -
Events execute on the browser, while PHP executes on the server.
-
Your still not making a lot of sense. You should never need to dynamically change your data scheme. If that is indeed what you are trying to do you are doing it wrong.
-
Your asking your question on a PHP help forum.
-
Sounds like you (or your client) need to hire a programmer.
-
Sorry, but you will need to be a lot clearer in the explanation of your problem.
-
Is there a way to set up an automated printing in PHP?
trq replied to eldan88's topic in PHP Coding Help
People still use faxes? -
Is there a way to set up an automated printing in PHP?
trq replied to eldan88's topic in PHP Coding Help
Setting up a publicly accessible server poses numerous security risks. If your not sure of what your doing, I'm not sure I would recommend doing it. It's up to you though. But yeah, of course it's possible. -
Is there a way to set up an automated printing in PHP?
trq replied to eldan88's topic in PHP Coding Help
Sorry, I misread your post and assumed the application was hosted in house. Of course there is. But if you need to ask that questions, it's not likely you are the person to do it. -
Apps or Starting Points to Satisfy the most mobile users
trq replied to help_me_with_php's topic in PHP Coding Help
The two examples you have linked to are two completely different sites. The mobile one has been developed using jQuery mobile. See http://jquerymobile.com Depending on your content there are a few ways you can approach this: 1) You can build two completely different sites. 2) You can build two completely different front ends to the same back end. 3) Or you can build a front end which can handle both normal browsers as well as mobile devices. Option 1 is probably the simplest solution, though it is also the most inefficient and requires the most work and the most upkeep. Option 2 is probably most often pursued, and can be achieved reasonably easily if your site has been developed in such a way that your business logic is separate from your presentation logic. I would suggest that option 3 is really only available to fairly simple sites. -
And giving people misinformation is helpful how?
- 14 replies
-
- mobile
- redirection
-
(and 1 more)
Tagged with:
-
No it is not. If you look at the manual entry for header you will note that it is used to send HTTP headers to the client. Sure, one or more of these *headers* are then responsible for forcing the client to be redirected, but saying that the header function is the "re-direct" function is not correct.
- 14 replies
-
- mobile
- redirection
-
(and 1 more)
Tagged with:
-
I don't understand the question.
-
Apps or Starting Points to Satisfy the most mobile users
trq replied to help_me_with_php's topic in PHP Coding Help
I am helping. PHP has nothing to do with what a site will look like. -
Apps or Starting Points to Satisfy the most mobile users
trq replied to help_me_with_php's topic in PHP Coding Help
PHP is a server side language and has little to do with what you are looking at / talking about. -
You haven't defined $action anywhere. No point var_dumping it, it doesn't exist.
-
I don't see any conflict. You do have other errors though. Have you looked at the output of a javascript console? ps: That prettyPhoto script looks like total garbage. Not very well written at all.
-
Is there a way to set up an automated printing in PHP?
trq replied to eldan88's topic in PHP Coding Help
Did you look in the manual? http://php.net/printer