-3
votes
2answers
12 views
Echo a message in php when finish saving results to a texfile
I have a form that when the user click the submit button, the php result will be saved in a textfile.
Can php track once its done saving it to a textfile? so I can inform the user that its done ...
0
votes
0answers
6 views
Trouble with Interchange.js in Zurb Foundation when images are being dynamically resized by PHP class
I'm building a responsive site using Zurb Foundation.
I have a PHP script which will resize and caches an image using gdlib if you append a query string with new dimensions in the URL. For example to ...
0
votes
2answers
25 views
Making page refresh inside jquery
So I have a count down timer. After the timer hits 0 I need it to update the database and then refresh the page.
Here is what I have so far for the timer / update database.
<script>
...
-3
votes
0answers
33 views
Mmorpgs php movements
I was thinking on making an mmorpg, actually the basic rpg is done, still some bugs to finish but since I dont want it ot be local and want it to be mmorpg not rpg I was wondering how to make that all ...
0
votes
1answer
15 views
I would like to generate via javascript a url to the current page and to add two parameters
I'm using the sharethis plugin in a smarty template. And in the twitter is shared link which looks so :
<span class='st_twitter_large' st_via="mediajobscom" st_url="MY URL HERE" ...
0
votes
0answers
9 views
How can I remove all stock functionality from Magento?
I'm managing a Magento store, and seem to have run into a problem with stock.
I have one category which shows all products out of stock, which seems weird.
TBH I'm not too fond on magento, I feel ...
1
vote
1answer
24 views
How to slide a popup (html) with parameters and php
I have in my webpage this html popup:
<div class="popup1" id="popup_calendar">
<div class="bg_popup"></div>
<div class="content_popup">
<a ...
0
votes
2answers
56 views
Passing multiple values through J Query and displaying in them in a div
I’m attempting to pass multiple values through J Query and displaying in a div. The code below works fine for single values.
<script type="text/jscript">
function get1() {
...
0
votes
0answers
31 views
Countdown Timer for auction site not working
I am working on an auction website and each product in the homepage has a countdown timer
i managed to get a script to implement this from here(stackoverflow)
But all the counters dont work at once
...
0
votes
1answer
32 views
Display content in popup only clicked div
I have this :
<div class="wrapper">
<div class="left1">
<div id="position" style="background-color:yellow;border:1px solid ...
0
votes
1answer
22 views
Javascript 3 drop down menus. On change of one drop down menu set default value for other two drop down menus. Need optimization
Code is very long. But from my opinion to show what is necessary I must post whole code.
Three drop down menus. Php and javascript are used. If in one of menu change value, then values in the other ...
0
votes
1answer
18 views
How to pass value of item_name to Paypal page?
I have a webpage with products that requires paypal to be purchased.
I have used a selectbox for various options available for that product.
Although I have integrated paypal successfully and the ...
0
votes
1answer
38 views
Query SQL database after Select List [duplicate]
I have two html select lists which displays months and years. Based on the selections I want a third select list to display the working days for that month and year (which I have stored in a mysql ...
0
votes
4answers
47 views
Response from the server with more than 24 hour delay - is it possible?
php: My question is about the project that I want to develop using LAMP (Linux, Apache, mysql, php,) and html on the server with a shared hosting.
I want a user to enter a number into the <input ...
0
votes
1answer
23 views
jQuery-UI DateTimePicker doesn't work
I'm needing to develop a datetimepicker Input with jquery-ui. I already developed a datepicker, and the same is working perfectly. The problem is that the DateTimePicker is displaying a datepicker, so ...