developers help topic
Search Only:

Search Keyword cjuibutton url samples

Total: 40 results found.

Page 1 of 2
Im looking for the right way to validate an url in PHP (No Javascript). The formats of urls to validate are: www.example.com www.example.com/dir/ www.example.com/dir/index.php www.example.com/index.php?page=34&language=NL  ...
Hi all, I am new here and I really thank God that I found this forum! I have read the materials here on working with cURL on javascript-form-submission pages. However, I cant to get my script ...
hey guys, I am trying to submit a form with curl but it doesnt work. i dont even get the source code. i am using these curl opts: PHP Code: curl_setopt($ch,CURLOPT_URL,$url);  ...
hi, my site has header, footer, and sidebar which repeat on all pages. my goal is to contain the layout, header, footer, sidebar, and content all in separate files, and assemble them with php. problem-- ...
Hello guys, I need one of you to help me. I want to hide the url in the config, where nobody could see the actual url but only myscript.php. However, in which method that I should use ...
hello every one, my problem is that if i post my form data now there are three ways to post my form data 1. By URL 2. By Cookie 3. By Session now which one is safe to use. ...
I am using a search engine script called sphider and I am trying to make seo friendly urls for my search results. I dont know a lot about about how to use .htaccess to do this but I have ...
Is it possible to send data as post using the URL? Like: Code: <form action="/post.php" method="post"> <input type="text" name="input"> <button ...
Hi guys, I have a code for a shopping basket that I display within a lightbox. I need help getting stopping the page from refreshing when I delete something from the basket. PHP ...
Does anyone know how I can install cURL on Bluehost. Through a search I saw some people talking about using Fantastico, but this appears to no longer be available. Does ...
Ok so on my site if you type in www.mywebsite.com/products/index.php everything works just fine. But if you type the folder name in capital letters like this: www.mywebsite.com/PRODUCTS/index.php ...
I am new to PHP/MySQL and recently installed WAMPSERVER. It is working well for basic code but today I got some GNU script for some Twitter programming and just wanted to run it and test ...
Hi guys ive got a drop down box that holds information on ticket times and dates i would like to pass a value to it from a url. HTM page passing url PHP Code: <map name=Fri_1_BookMap>  ...
Hi all im trying to get curl installed on my dedicated 2003 server web edition, im running iis 5 and php 4.3.11 my extention folder is C:/PHP/ext so ive set that in the ini file, ive copied ...
Does anyone know of a way to issue a GET request for another site? I know this can be done with curl, but I was hoping for something more like whats available in perl: use CGI qw(:standard); ...
I would like to urlencode "clock time" that is in HH:MM:SS format. I started with the following: PHP Code:  course_start_time= . urlencode($rsList->Fields(course_start_time))   ...
Why is it when that the following code does not echo q from the refering url: url: http://www.mywebsite.com/page.php?q=bad+credit PHP Code: <?php $refurl = $_SERVER[HTTP_REFERER];  ...
I have 2 PHP page. 1st has a table and contents that links to the 2nd page. The second page gets the the value of the link that was clicked and returns the result set. Example 1st.php ...
I have my first page which will call the second page when submit button is clicked. While the second page will process and require back the first page. I manage to call back the first page, but ...
Hello I am given a URL to a photo on some server I would like to write a script that copies that photo into some folder in my own server Can anyone suggests a method to doing that?  ...
<< Start < Prev 1 2 Next > End >>