0
votes
1answer
33 views

How to insert tags into database using jquery html and php

I want to insert these particular tags into the database. This is my HTML: <div id="tags"> <input type='text' name='tags' placeholder='Type in topic tags here seperated by commas' ...
0
votes
1answer
35 views

Dropdown onchange does not change value for second dropdown

I'm learning Javascript and trying to do the following: In my first dropdown I want to show all the continents. In my second dropdown I want to show all the countries. For example: First dropdown: ...
0
votes
1answer
43 views

Javascript Ajax success image replace

I have problem. That code should change image on site after success or error: pastebin if(isset($func) and $func == 'claim_bonus'){ global $ado; $user = escape($_GET['user']); $type = ...
-1
votes
2answers
36 views

Javascript Uncaught SyntaxError: Unexpected string [closed]

I have problem with ajax an javascript. I have that code: function claimbonus(user, type, id){ xmlhttp = new XMLHttpRequest(); xmlhttp.abort(); xmlhttp.open("GET", ...
0
votes
0answers
11 views

Email form detail in Sencha Touch

I have a form in my page. I want the form details, which are filled by user, to send on a particular email. Here is my Form: xtype: 'formpanel', width: 300, height: ...
0
votes
0answers
28 views

Separating aspects of dynamic web system

I'm revising for an exam and came across a past exam question that I am unsure of how to interpret: "How to separate the various aspects of a dynamic web system (i.e. content, behaviour, ...
0
votes
1answer
54 views

Is it possible to display a php content with an ajax event?

Sorry it is quite hard for me to ask the correct question, as I do not really know what I am doing... I have a form, where I include a php that is per default creating 3 different lines: <form ...
1
vote
0answers
31 views

CDATA being added automatically on JS in Yii?

I am coding in Yii and whenever I put any JS it tags it in CDATA. Why is it getting added automatically? and will there be any problem if I remove it as I write my markup in HTML5.
1
vote
2answers
18 views

HTML SSE or PHP SSE .innerHTML display order

I'm trying to have the newest messages pulled into the page on top. Currently the newest messages are going underneath each time a new message comes in. <script> ...
1
vote
0answers
20 views

Which is the equivalent of php drupal format_interval for javascript? [migrated]

I want to use in javascript function Drupal.t the equivalent of format_interval function. With php it's easy: print t("!date ago", array("!date" => format_interval(time() - $lastActivity, 1))); ...
-1
votes
0answers
40 views

Form to API via Jquery/JS with Json

I am trying to create a form that posts to a webservice' api. It requires an "application/json" header. I have managed to make it work with php but unfortunately the server will not work with php. ...
0
votes
1answer
51 views

Execute PHP code via javascript [duplicate]

I'm trying to connect to my SQL server via Javascript. In order to do this, I have to execute some PHP code, but I'm having some trouble with that. At the moment I use this code to execute a PHP ...
-1
votes
1answer
47 views

PHP vs Javascript when creating sophisticated sorting algorithm [closed]

I am wondering if it makes sense to do a sophisticated sort algorithm to data retrieved from mysql using javascript instead of relying on mysql queries and php to do selection and sorting based on ...
-4
votes
1answer
34 views

Pass Array of string from Javascript to PHP [duplicate]

I have a Javascript function that saves the value from checked input from a div in an array. And I want to pass this array to PHP. Is it possible? And if it is, how can I do?
-1
votes
1answer
49 views

I have created image tag in javascript.but it is not displaying image on web page

I am calling this function on add button from my PHTML. On click of add button I want to show image of selected fruit in <div>. function moveoutid() { var sda = ...
0
votes
1answer
30 views

passing values into a lightbox

I need help passing values into a lightbox to displays shopping cart information. Currently i have a simple setup just displaying a static sentence. Javascript Code: function ...
-4
votes
1answer
23 views

Slideshare-like search box?

My first post here! Can anyone please tell me how to create a searchbox effect like that of Slideshare where on click the searchbox changes length with a certain speed and get back to its original ...
2
votes
3answers
114 views

better way to do this?other than lot of if else condition

i'm just start learning php,javascript etc....trying to do a member system using ajax , just done today , and i check it back , i found i'm only using if else statement to do all the code...any better ...
-1
votes
2answers
69 views

validate variable with javascript [closed]

it is a code to submit several grades in one submission this is the javascript code fore validation function validateForm() { var x='<?php echo ($grade);?>'; if (x>100) { ...
0
votes
1answer
42 views

CodeIgniter - AJAX call working on local server but not online

When a user goes to one of the pages (let's call it page1), the PHP loads the HTML content for an array containing data about the users. Once the page is loaded (DOM ready), I use jQuery to perform ...
1
vote
4answers
49 views

How to echo php string safely in a java script onclick identifier

Please don't mark this as duplicate as I can't find a working solution on the very similar questions. None of them seem to fix my specific string. I have this PHP variable... <?php ...
0
votes
0answers
57 views

$.ajax works fine in chrome and safari, but don't in opera and firefox. Any help please?

My code is to do an infinite scroll in my website. On chrome and also on safari it works fine, but on opera and firefox the new products are not charged. I've a pre presentation of six products and ...
0
votes
0answers
11 views

If a certain video is selected, display the relevant video title and content. (php)

I have a video page where there are 3 thumbnails and a main video wrapper. When a thumbnail is clicked, the video loads into the main wrapper. I have also deep linked so each video loaded has it's ...
-1
votes
1answer
28 views

Image crop & upload [closed]

I'm currently building a custom build Content Management system built on PHP. I want to add in an image upload feature with a cropping tool so the image uploaded fits in the space correctly. I have ...
0
votes
3answers
44 views

how can i send a value onclick on a image in javascript to get a value in to a text field

i want to get a value from database coresponding to this image onclick. but this function is not working i can't define value in img tag then how can i send this value to my function. please help. ...
0
votes
2answers
23 views

Load the data to the texbot from the drop down menu

Fellow experts, I have the following text field: <input type="text" id="url0" class="text_box" name="url"> And the following PHP code that load files to the drop down menu: <html> ...
0
votes
0answers
14 views

Usage of createElement/appendChild in IE8 for 512sha encrypted password?

I want to encrypt a password from a login-form. So i have a submit-button in the index.php, which encodes the pw by onclick: <button type="submit" class="btn" onclick="formhash(this.form, ...
0
votes
3answers
46 views

can not handle the json response from php [duplicate]

I'm using the pmxdr library to make a cross domain call (jQurey to php and respond in json). The problem is I can not handle the response properly but if I just print it on HTML is comes as - ...
0
votes
1answer
36 views

how to post database fetch values from one page to anthor page using HTML table

in this code "<td align="left"><a href="admin_order_update.php">' .$row['o_id'] .'</a></td>" i generate multiple o_id so when i click on other particular o_id this o_id post ...
0
votes
0answers
33 views

Save HTML DOM to Server

I'm trying to develop a site where one can enter into an editor mode (with the following javascript) and change the DOM. document.body.contentEditable = "true"; document.designMode = ...
0
votes
0answers
15 views

Google annotated timeline

I want to use Google Annotated Time Line to generate a graph using values generated from a PHP script, so far I have: google.load('visualization', '1', {'packages':['annotatedtimeline']}); ...
0
votes
1answer
13 views

How do I add all waypoints from a point to point googlemaps to a database?

I am playing some with google waypoints https://developers.google.com/maps/documentation/javascript/examples/directions-waypoints Can't figure out how to get results to load into a database. I wish ...
0
votes
3answers
45 views

How to get Form Element Value using JavaScript

I am trying to find value of the input element in a popup window which is being opened from a parent page. My code is below. I am getting not able to get pc value from input. <html> ...
0
votes
0answers
20 views

Change visbility of markers on a google map taking into account respective attributes

I have a google map on my website that receives all the marker information through makethemap.php Its working all fine and the map is correctly generated. However, I don't know how to change the ...
0
votes
2answers
66 views

PHP - How I can get innerHTML on an element?

I am novice in PHP. I have javascript functions for adding , removing and moving favorites (DOM Manipulation only). When I refresh the page this favorites are cleared. I need: 1.Get innerHTML on ...
0
votes
2answers
43 views

jQuery ajax script wont work with n number of forms from PHP

I have a little problem with my AJAX jQuery script and n number of forms...To be more precise, PHP script generate N number of forms (form include one textarea and one button), and in head tag I ...
2
votes
2answers
51 views

Accessing values of JSON object

Hy all, i have problems with accessing values from JSON object. First i do json_encode($something) where "something" is result from query to DB. (precisely 3 rows). Then in .js i did following: var ...
-7
votes
1answer
39 views

How to make infinity scroll load pages with javascript? [closed]

How can i make infinity scroll load pages wich contain javascript? Currently the only working script is first one example <html><body><script ...
0
votes
2answers
47 views

Text generated by php to span

I have function (PHP) whitch generates some text, let say: function A() { echo 'test'; } Next, I have (HTML): <span id="content"></span> Then, I have (JavaScript): ...
0
votes
1answer
40 views

how to send parameter to a PHP to sort a DB

how can I connect a HTML page that send parameter to a PHP page that should sort a DB through those parameters? Basically I have a HTML form page with a drop down menu that send the name of a DB ...
0
votes
2answers
62 views

Laravel, converting data from raw query to JSON

Hy all, can anyone help me with converting some data which will be return from model(based on the RAW query) into JSON. So in my controller i have something like: public function get_index() { ...
-1
votes
0answers
23 views

Paypal checkout without posting hidden variables [closed]

I integrated a coupon field to my checkout page through javascript. The problem is that you can see all my coupon codes and their values trough the source code of my website. How can I avoid that? ...
0
votes
2answers
92 views

Using Laravel functions inside a javascript file that is included as an asset

Let's say I have a piece of jQuery javascript that binds to a div on load and dynamically defines an img in that div. Something like this: $(document).ready(function() { ...
0
votes
0answers
25 views

JavaScript Suddenly not working - TypeError: document.hform.sSecureUser is undefined

My Code: <?php include ($_SERVER['DOCUMENT_ROOT'].'/functions/functions.php');?> <div id="hasJavaScript"> <form name="signup"> <label>Username</label> ...
0
votes
0answers
30 views

PHP Ajax Friend Request Not Getting User's ID And Name

I'm Making a Social Network and Having Issues With The Add Friend. When You Click "Add Friend" Below it slides down Says Add user and you can click Yes Or Cancel. If You click Yes, Sends the request ...
1
vote
6answers
32 views

Hide and Show TextBox in Javascript

I am trying to hide and show box using following code. This work but box is displayed by default. Can I hide the box and only display on click? Currently onclick works to hide the box. <script ...
-2
votes
2answers
35 views

Cant pass javascript varriable to php

<script> function getImgData(chartContainer) { var chartArea = chartContainer.getElementsByTagName('svg')[0].parentNode; var svg = chartArea.innerHTML; var doc = ...
-6
votes
1answer
52 views

how to change an image without reloading the page using jquery/ajax [closed]

Hey guys i don't have any code to show for this but the main thing i want to know here is how i can change the image of the "profile picture" div after upload without reloading the page.. but just ...
0
votes
3answers
57 views

Mixing PHP, Javascript, Ajax in a single piece of code

Is it bad practice to write code which consists of php, javascript and ajax in the same piece of code? For example: <?php $randNum = rand(1,10) if ($randNum <= 5) { echo "Enemy got the ...
2
votes
1answer
53 views

Can't use .css to change display from none to block

Here is my CSS: #optionHotel{ display:none; } Here is my JavaScript: function cb1(type){ switch(type){ case "hotel": alert("hotel"); ...

1 2 3 4 5 541