trq
Staff Alumni-
Posts
30,999 -
Joined
-
Last visited
-
Days Won
26
Everything posted by trq
-
Before you can get any help, you will first have to define exactly what a datalist is.
- 3 replies
-
- javascript
- html
-
(and 2 more)
Tagged with:
-
The code you have posted does not do what you describe, nor is it php. Why have you posted in the Application Frameworks section? Care to provide more information?
-
How Can I Insert String With Single And Double Quote Into Mysql Table?
trq replied to colap's topic in PHP Coding Help
There is nothing particularly special about it. Just escape your data as per usual. -
Not sure about your issue,b ut, none of the variables you have declared at the top of your script are available to the functions. Functions have there own scope.
-
localhost is just a hostname that automatically points to the computer it is being used on. As for explaining how web servers work, that is not something that can be easily described in a simple forum reply.
-
I'm not sure I see the point here. Javascript is an awesome language that should be known by all web developers IMO. Just like PHP, everything in node is an extension library, and yeah, a lot of this stuff is pretty new. Node.js is however advancing really quickly and there are a lot of real smart dudes working on / with it.
-
Fonts need to be installed on the client in order for the browser to use them.
-
Your kidding right?
-
You should learn to walk before you try and run.
-
They were never marked for removal.
-
Did you actually read PFMaBiSmAd's reply?
-
Json And Assigning Results To Javascript Variable
trq replied to dlebowski's topic in Javascript Help
The assignment your using works as expected. Where are you trying to then use theyear ? -
Where are you stuck exactly?
-
Automatically Setup Domain With Server
trq replied to dannyb785's topic in Other Web Server Software
You simply script whatever steps your already taking. -
Do you have a mail server installed and configured?
-
How is this a PHP coding issue?
-
Why on earth would you need to deploy that to three different locations in the first place?
-
For anyone to help you'll first need to define what *properly* is.
-
They are not exactly the same. As has already been said, they are tweaked for different types of environment.
-
Puzzeled in working new(to me) technology
trq replied to bugcoder's topic in Other Programming Languages
And then you realise that php doesn't have most of the functionality of Ruby and that you will have to create some dirty hack to get the job done. -
I would create your own Route object. There is no need to use the Yaf_Route_Regex Route if your simply going to map everything to a single controller anyway.
-
You said you have echo'ed $filename and that the path was correct. That makes little sense. $filename holds a boolean value. What does var_dump($filename) have to say?
-
Have you tried putting some debug statement into your code to see what conditions are failing?
-
Do you have a question?
-
Have Any Api For Pull Out List Of Tracking Number In Fedex Website.?
trq replied to PANDIYAN's topic in Applications
Have you tried looking to see if fedex themselves provide an API? This board is for help with code, not help finding it.