52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for programmer12

**Problem:** I am currently using Jquery Autocomplete UI and it works perfectly but I would like to add more to the codes, but I have no clue where to place the codes. **What I would like to add:** I would like to add the Keyword Hightlights, HREF LINK (window.location.href), and …

Member Avatar for LastMitch
0
214
Member Avatar for Kratoswoo

So I have been working on something that will check if a user is online or offline. I have the login page set up adn when you loggin, it will take you to the datase that shows all the users. I have a row called "UserOnline" and I want it …

Web Development asp.net
Member Avatar for GliderPilot
0
190
Member Avatar for jon92

hello, ive recently created a login in and register page for a website im working on and when using the register.php page to sign up, then entering the details into the login.php page all the login page seems to be doing is refreshing and removing the entered information and not …

Web Development mysql php
Member Avatar for jon92
0
220
Member Avatar for riahc3

Hello I have a jQuery Thickbox window and I want to make it stick as far as possible to the top of the browser window, so the top is visible. If the bottom is not visible, this (for now) is not a problem. How can I do it?

Web Development javascript javascript-jquery
Member Avatar for JorgeM
0
171
Member Avatar for drewpark88

Hey guys, I have a quick question. I normally only do Front-End but I have just started working more with PHP. So I have a question regarding conditionals. Here is my code: //I actually get this from when a user posts, this is for demo $videoURL = "http://www.youtube.com/watch?v=-XjwL9kCmgc"; $parsedURL = …

Web Development php
Member Avatar for drewpark88
0
105
Member Avatar for kony

Iam a newer in php Programming . How can I Improve myself in here. I colud not get a complete project. just Give me a project because I wanna learn basic something in php. i know basic programming but i could not complete any project . Give me a project …

Web Development php
Member Avatar for diafol
0
150
Member Avatar for anisha.silva

HI, I have a text message in a C# class file that i want to display in a web page in asp.net. from the C# class file how do i access the web page or how do i display the value in the web page. Appreciate a reply thanks

Web Development asp.net display
Member Avatar for BMXDad
0
2K
Member Avatar for hanan-kh

hi..The problem is that the data is not saved in the database Knowing he was not shown to me any errors in the code, but does not store data in the database <? class myclass{ function __construct(){ $conn=mysql_connect("localhost","root","1"); mysql_select_db("society",$conn); } function validlogin($t1,$t2) { $res = mysql_query("select * from admin where …

Web Development php
Member Avatar for hanan-kh
0
284
Member Avatar for Buppy

Hi, I'm currently using this expression to validate at least 2 words, containing letters, "-" and "'". `/^((\b[a-zA-Z-']{2,40}\b)\s*){2,}$/` It works fine until someone enters unicode special characters, like from different languages. I've checked the \p{L} option, but that does not work or I am missing just something. Any help would …

Web Development javascript
Member Avatar for Buppy
0
144
Member Avatar for varunsara

I fetch some data from the remote server and feed it into my site database .It having 9 lakhs of records(app) but the insertion of records stopped 60,180 records only.we use mailto function and exception handler to find the bugs but no response.Anyone please advice me whether the cron get …

Web Development php
Member Avatar for pritaeas
0
425
Member Avatar for riahc3

Hello Im trying to make a cookie that I can use across one domain on different pages. Lets say my domain is example.dev var expiremilliseconds = 86400000; var currdate = new Date(); var expirationdate = new Date(currdate.getTime() + expiremilliseconds); document.cookie = "somecookie=true;domain=.example.dev;path=/;expires=" + expirationdate.toGMTString(); Thing is, I browse around my …

Web Development javascript
Member Avatar for riahc3
0
138
Member Avatar for dinhunzvi

i have the following php files. <?php require_once '../moonlight/includes/mysql_connect.php'; require_once '../moonlight/includes/functions.php'; require_once 'includes/reader.php'; /** * @author FreeUser * @copyright 2013 */ if ( isset( $_POST['submitted'] ) ) { $errors = array(); if ( $_POST['authorityID'] == "" ) { $errors[] = 'Select the paying authority.'; } else { $authorityID = (int)$_POST['authorityID']; …

Web Development javascript php seo
Member Avatar for dinhunzvi
0
202
Member Avatar for kingk110

I am using the google search engine. I can add autocomplete terms and upload an xml file with the autocompletetion terms within the site itself. I am trying to auto upload this xml file by a console application or a php file.Is there a way that I can auto-upload this …

Web Development php seo xml
Member Avatar for LastMitch
0
302
Member Avatar for alfiechiong

Is there anyone here has an solution for using js dom or jquery on web workers i have a jquery function that was needed to call inside the web worker but the problem is that the web worker doesnt recognize the jquery dom . thank you in advanced :)

Web Development javascript javascript-jquery
Member Avatar for alfiechiong
0
121
Member Avatar for m.tompkinsnz

Hi Guys, I'm currently embarking on a project relating to inventory management within my business, and have done a concept in Visual Basic. I'm now going through the motions of deciding which angle to take in regards to mobile access of the application. I have thought about whether to write …

Web Development html-css javascript php
Member Avatar for LastMitch
0
174
Member Avatar for vijayram

Hai all, I want to achieve the Resize,Drag and rotate functionality on an image seleted by the user.I am able to do all these in separate function ,but couldn't incorporate in single function. Since the images are dynamically created,i need a single function. For example If i join rotate with …

Web Development javascript javascript-jquery
Member Avatar for LastMitch
0
2K
Member Avatar for RascelleGrepo

Hi. I am working on my Online Examination project in my web development subject but I am having a hard time to code how to go back to my previous page where I put session on it. my online exam are categorize by subject then inside the subject there is …

Web Development javascript php session
Member Avatar for kindo
0
402
Member Avatar for prasenjit_das

Hi All I Have 5 docking Zone in page1.Aspx File ..Now I drop Control window(ascx file) into Docking Zone..Those are Working Well.Now I Want refresh Particular one Ascx File on Page1.aspx and I Dont want page1.aspx refresh.I want Only particular one Ascx file Refresh Among 4 Ascx File. I Tried …

Web Development asp.net
Member Avatar for LastMitch
0
217
Member Avatar for mohd.sajid.3367174

In a table,in first row consist of static html control (1 select control and 5 textboxes).From second row onwards i created the rows dynamically(consist of 1 select control and 5 textboxes) on click of html button.Creation is successfull.But problem arised when i wanted to attach dataset table data to html …

Web Development asp.net dataset html-css
Member Avatar for LastMitch
0
256
Member Avatar for rexmatthew

Please help. I can't get my calendar to automatically get the current date. I'm not sure where the problem is so I'll post the whole script. Here it is. (function($){ var availableTags = [ "ActionScript", "AppleScript", "Asp", "BASIC", "C", "C++", "Clojure", "COBOL", "ColdFusion", "Erlang", "Fortran", "Groovy", "Haskell", "Java", "JavaScript", "Lisp", …

Member Avatar for rexmatthew
0
292
Member Avatar for rexmatthew

Please help. I already had my booking calendar added to my site last week and the calendar showed up but now only the booking form is showing up but the calendar does not seem to show. I've tried a lot of fixes and nothing seems to work. Please help. ------------------------------------------------------------ …

Member Avatar for rexmatthew
0
365
Member Avatar for oyebimbola

I am currently fluent with html and css. My goal is to create a website where there will be tasks for site users to gain points for completing certain tasks. Tasks include reviewing a material they used which they will gain points for if the review is useful, points are …

Web Development html-css
Member Avatar for JorgeM
0
115
Member Avatar for davidjennings

Hi All - I am trying to correctly valididate forms on serverside using PHP and on client side with JavaScript I seem to have got lost in the processes here. Thanks DJ <?php // define variables and initialize with empty values $fname = ""; $fnameErr =""; $lname = ""; $lnameErr …

Web Development javascript php
Member Avatar for rotten69
0
306
Member Avatar for vinnitro

I am new to website designing & ASP.NET but knows few basic things. As a final year project i have choose to make a **Music Website**. It will sell the albums & songs developed by the organization. Yesterday I showed it to my project guide in the college. Before that …

Web Development asp.net
Member Avatar for JorgeM
0
241
Member Avatar for akuteru

Hello, i wanna ask you guys if there is anyway i can get the value of a dropdown and pass it to another php file without using the <input type="submit> way? The way is i have the options in my menu coming from the database This is my code on …

Web Development php
Member Avatar for broj1
0
210
Member Avatar for engrjd91

I'm a beginner in php.. can any one explain cookies & sessions in an easy way for me? i have surfed different sites for it also i have taken many trainings but yet i m not that much clear about these two concepts... kindly help me out !

Web Development php
Member Avatar for engrjd91
0
103
Member Avatar for robinkang

want the value cookie that i got from the following code further used in php script to visit next url because value of cookie used in url ....how i can save value of cookie and again use it in my php script suppose cookie is JSESSIONID GT1~A555400D38C7F737D383DEEBA8A30CE3.GT.1 and my next …

Web Development php
Member Avatar for robinkang
0
259
Member Avatar for hwoarang69

trying to buld gllery.php page. where i want to print all user image with 4 cols. and infity rows. all in one page gallery.php <?php session_start(); include("connect.php"); $user = $_SESSION['username']; if($user) { $user_id = $_SESSION['user_id']; //get user_id who ever is loged in $image = mysql_query("SELECT * FROM image WHERE user_id …

Web Development mysql php
Member Avatar for suresh.godavarthi.77
0
2K
Member Avatar for vinnitro

I am making a Webpage in asp.net which is having three dropdown lists One for Country, Second for State & Third for City. Here's the code for dropdown list: <tr> <td class="td1">&nbsp;&nbsp; Country: </td> <td> <asp:DropDownList ID="ddCountry" runat="server" Width="250px" onselectedindexchanged="ddCountry_SelectedIndexChanged"> <asp:ListItem>India</asp:ListItem> <asp:ListItem>UK</asp:ListItem> <asp:ListItem>USA</asp:ListItem> </asp:DropDownList><br /> <asp:Label ID="Label1" runat="server" Text="Label" Visible="False"></asp:Label> …

Web Development asp.net
Member Avatar for vinnitro
0
183
Member Avatar for OsaMasw

I don't know whats wrong but my code not working properly here is my html code <input type="text" name="username" id="username"> <div id="check_usr"></div> AJAX call <script> $(document).ready(function() { //user name $('#username').on("keypress", function(e) { startTypingTimer($(e.target)); }); }); var typingTimeout; function startTypingTimer(input_field) { if (typingTimeout != undefined) clearTimeout(typingTimeout); typingTimeout = setTimeout( function() { …

Web Development javascript php
Member Avatar for OsaMasw
0
392
Member Avatar for aisha.edris1

i have problem my login it's not running plzzz help me <?php session_start(); require("dbc.php"); if(isset($_POST['submit'])) { $username =mysql_real_escape_string( $_POST['username']); $password =mysql_real_escape_string($_POST['password']); if ($username && $password) { $connect=mysql_connect("127.0.0.1","root","") or die("couldnt connect to database"); mysql_select_db("login") or die("couldnt find database"); $query = mysql_query("SELECT * FROM `users` WHERE `username` ='$username'"); $numrows = mysql_num_rows($qurey); if($numrows …

Web Development php
Member Avatar for aisha.edris1
0
205
Member Avatar for minimee120

Hi all, I've been trying to implement the onblur function for a database, but i'm having trouble getting it to work. It's suppoed to be used for my 2nd password field to check it. Would anyone be able to help me implement into the following code I have?: script type="text/javascript"> …

Web Development javascript
Member Avatar for LastMitch
0
176
Member Avatar for Wailintun

HI everyone, I have a problem with post I want to do this in multi step and echo all data that I selected from drop down. here my one page full code, then multi step page code. full code <?php include('config.php'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> …

Web Development first-post php
Member Avatar for Wailintun
0
198
Member Avatar for hanan-kh

hi Ineed your help to solve this problem... I have a special folder in my manager and control panel, but when I need to get back to the main page without logging out of the director but was not able to even though I try this code but also does …

Web Development php
Member Avatar for hanan-kh
0
127
Member Avatar for jcomputing

Hi, am wanting to add a pause and play button on my slideshow but don't know what code I need to get this working. Below is the code I have. It will automatically pause on hover but would like a seperate play and pause button aswell. <link rel="stylesheet" href="css/global.css"> <script …

Web Development javascript
Member Avatar for LastMitch
0
220
Member Avatar for guilherme.carvalho.9250

Hello to everyone, im having trouble getting the value of a combobox in HTML to php! Frist I import data from a mysql collum into the combobox, being this the value of the combobox! I want to be able to get the selected value when I submit my form. I …

Web Development mysql php
Member Avatar for broj1
0
9K
Member Avatar for Shodow

how to execute two queries if isset like this but this code wont work if (isset($_POST['Add'])){ $tror=$_POST['tror']; $name=$_POST['name']; $product=$_POST['product']; $price=$_POST['price']; $deliver=$_POST['deliver']; $return=$_POST['return']; $custody=$_POST['custody']; $cash=$_POST['cash']; $charge=$_POST['charge']; $date=$_POST['date']; mysql_query("insert into delivery (TrOr,Customers_Name,Product,Price,Deliver,xReturn,Custody,Cash,Charge,Date) values('$tror','$name','$product','$price','$deliver','$return','$custody','$cash','$charge','$date') ; UPDATE inventory set Quantity='$_POST[cquantity]' WHERE Product='$_POST[product]'"); }

Web Development php
Member Avatar for cereal
0
146
Member Avatar for heena92

I am working on a search based or rather data retrival based project i would like to retrive same data for diffrent Keywords usibg texbox contol at front end i am currently able to retrive data using one key coloumn the command i am using is "select * from maintable …

Web Development asp.net seo
Member Avatar for geniusvishal
0
173
Member Avatar for Shodow

how to trim a text and get the data after the colon(:) and eliminate space example: 5 Gallon Qty: 10 adn then on dropbox selected the the value of quantity textbox will be the trim part **10**

Web Development php
Member Avatar for urtrivedi
0
122
Member Avatar for vizz

How to null and/or alter the value of **referring URL?** I'm using **Google Analytics** and other some **Analytics** services. I found they are tracking **Referral URL.** So I want to hide **Referral URL** from **Traffic Analysis Tools** (e.g.:- modify **$_SERVER["HTTP_REFERER"];** value to facebook.com on localhost) **index.php** <a href="get_referer.php"> Click Here</a> …

Web Development php
Member Avatar for vizz
0
2K
Member Avatar for showman13

OK, I'm lost... don't know if this is easy and I'm missing it, or it can't be done, but this is my favorite place to ask... I have a table data cell that I would like to have as the submit value (link) in a form in a php script. …

Web Development php
Member Avatar for showman13
0
201
Member Avatar for Markancia

I am a beginner in j2ee, I met a problem when retrieving an image already stored in the database. I am using Hibernate and JSP, the code I used is as follows: / / java code: s.setAttribute ("photo", l.getPhoto ()); StringTokenizer st = new StringTokenizer (s.getAttribute ("photo"). ToString (), "/"); …

Web Development display image java-jsp
Member Avatar for LastMitch
0
360
Member Avatar for cceerpp

I have be given a site to manage that was developed with ZF. When I try to run it using the Zend Server I get the following errors: Fatal error: Uncaught exception 'Zend_Exception' with message 'Security check: Illegal character in filename' in C:\Program Files\Zend\ZendServer\share\ZendFramework\library\Zend\Loader.php:303 Stack trace: #0 C:\Program Files\Zend\ZendServer\share\ZendFramework\library\Zend\Loader.php(128): Zend_Loader::_securityCheck('C:\Program …

Web Development php
Member Avatar for LastMitch
0
227
Member Avatar for iamspix

I have these sorting algorithms in my application, and I want to keep track the affected values, or the values that swapped during the sorting process. I want to highlight them. I have solved this issue for bubble sort and selection sort, but somehow I can't get it work with …

Web Development javascript javascript-jquery
Member Avatar for Airshow
0
295
Member Avatar for dante123

hi I have a menu included in all my pages, this is an item of the menu with his own submenu packaging.php' => array( 'text' => 'Package Design', 'submenu' => array('packaging.php#Title0' => array('text' => 'Title0'), 'packaging.php#Title1' => array('text' => 'Title1'), 'packaging.php#Title2' => array('text' => 'Title2'), 'packaging.php#Title3' => array('text' => 'Title3'), …

Web Development
Member Avatar for LastMitch
0
310
Member Avatar for dante123

Hi i have two different menu that are included in all my pages: Top menu and left menu, they have in common the same functions that are stored in the same document "functions.php": <?php // function to draw menu (top and left) function draw_menu($script, $items, $div_id) { // start the …

Web Development
Member Avatar for LastMitch
0
221
Member Avatar for dante123

Hi Third post regarding my menu, i have a menu that is included in all my pages. When the my menu item is clicked it opens a new page and the clicked item changes his color to magenta this, is perfect. Each Item has a submenu the problem starts when …

Web Development
Member Avatar for LastMitch
0
312
Member Avatar for adishardis

Hi, So far in me slowly learning webdevelopement (mostly thanks to all of you guys) I've used php to query the mysql database to calculate mean/mode/range/median values and to create arrays to visualize with highgraph. Now I've come to a point where I really need if possible, to skip the …

Web Development javascript json php
Member Avatar for adishardis
0
326
Member Avatar for skliz

Well I am new in the asp.et mvc platform. In the course of my reading I discovered that ASP.NET MVC leaves the programmer to do most of the security. so I have decided to start this discussion so that young developers like me can learn from the highly experience people …

Web Development asp asp.net
Member Avatar for skliz
0
154
Member Avatar for Olyboy16

Hey guys! I am designing a chat room with php and the chat room is basically able to send messages and display messages<br/>##the chat is functioning basically##<br/> but the ooonnllyy problem is that, *i wanna display an alert box each time a new message comes in* #its a public chat …

Web Development php
Member Avatar for Octet
0
631

The End.