I'm not very knowledgeable with javascript.i'd found this code that allows me to add additional input fields to my form. works great but when i click the link to add fields the page scrolls goes back to the top and doesn't stay in it's same position. how would i modify the code to make the page...
i have 2 arrays 'my_names' and 'my_values'
my_names: Array
(
[0] => apple
[1] => peach
[2] => pear
[3] => banana
)
my_values: Array
(
[0] => red
[1] => pink
[2] => green
[3] => yellow
)
how would i merge them so values from 'my_name" become the keys for...
I'm not familiar with microsoft sql server, and have a few questions...
- i'm guessing MSSQL sits on a windows OS server only, and the application is not cross compatible with other OS's? Is there a linux version?
- is it possible to remote access MSSQL from an sql client? for example, an SQL...
I'm using curl to get links from other site pages
absolute URLs are all good, but when i come across relative urls... i'm trying to figure out the best way to convert the relative url into an absolute url
if the site were my own server there's different way's to get the base or full url, but...
what is the best way to limit the results of a while loop? i know i can do this as a 'for' loop, but reason i'm using a while loop is that i'm looping a mysql query like so...
while ($row = mysql_fetch_array($query)) {
}
what i'd like to do is limit the loop to 10 results, and the reason...
I'm trying to connect to an ftp sever but getting the following error...
From what i've googled, it could be a setting that needs to be configured in the php.ini? if this is so, and based on my error can you advise what i'm meant to change, or maybe the code can be made to work without php.ini...
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.