20 Posted Topics
Hi Friends, I am working on a project which have the below requirements: 1. Each module can have a communication medium with other world as an API. 2. A router will be there to communicate with each of the module via their APIs using CURL or anything else. 3. Each … ![]() | |
Dear Friends! I want to build a API in php/mysql for obtaining the data for a verified request The First Step when i create the Url for API by cURL its done but after that i wont able to do The Server Setup and Response XML Return Is there anyone … | |
Hey Friends! I have some tables by which i have to select the data to display in search result. Table Details user_type Table [CODE] int id string user_type [/CODE] ticket Table [CODE] int id 11 not_null primary_key auto_increment int user_id 11 not_null multiple_key int type_id 11 not_null multiple_key string ticket_type … | |
Hi Friends Currently I'm Developing a CMS in which I used JQuery for validation of form. In the State and City I have used Ajax to Fill the States after selecting the Country. All other validation are working fine but the validation I applied on the State field is not … | |
Re: This can be done by any Server site Scripting Language but if you want to generate your code automatically just learn * Wordpress * Joomla these are the CMS Packages which allow you to create a CMS [Content Management System] easily in few steps. Learn PHP coz both are based … | |
Hi Friend, I have a Jquery Validation code in which I have written [CODE]element.focus();[/CODE] When I view that page into other browser I able to modify that previous Field if I was left next field blank or wrong input. but in chrome i wont able to do so..! Can you … | |
Hi Friends I'm seeking for a Editor by which i can view my web pages in design mode something like Dreamweaver in Windows. | |
Re: Ya these are the ways by which you can delete a file from its destination Try them.....! | |
Re: You can use [CODE] $start_time = date(): $file_valid = move_uploaded_file($tmpname,PATH.$file_name); if($file_valid){ $end_time = date(); } $time_taken = $end_time-$start_time; //calculate the Data Transfer Rate into Kb/s or etc. [/CODE] I hope this will help you! | |
Hi There! I have a Ajax Function copied from W3Shools I have modified them as my Requirement but it won able to send the xmlHTTP request to my PHP page for result here the function [CODE] function showUser(str,txtId,mth,url) { if (window.XMLHttpRequest) { xmlhttp=new XMLHttpRequest(); } else { xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } … | |
Re: use error_reporting(E_ALL & ~E_NOTICE); for avoid notice This notice is generated due to the value is not assigned to that variable. Enjoy! | |
Re: just keep in mind one thing before echo any html tag use "<tag>" then all the properties of this tag will "<tag name='abc'>" and vice versa. you will never get any error! | |
Re: [QUOTE=g4george;1350564]Hi I have a session variable I wish to display in the title of a web page. This works well with IE. However, when I switch to Firefox it only works on my personal server. And not when I go online using Firefox. Can anyone tell me why? [CODE]<?php echo(ucwords($_SESSION[fullname])); … | |
| |
Re: in the PHP you can access the Post data by Post Array and its key [CODE] <? //Form Submitted if(isset('Submit')){ $myValue = $_POST['myValue'];//Getting my Value from Post Array if($myValue == '1'){ $myVal = 1; }else{ $myVal = 0; } //Now You can Store this $myVal from any Where /* Your … | |
Re: [QUOTE=peepster;1350077]Hi there, I have a print button on the bottom of my page so that the user can print the page. I also have a print css style sheet so the images/colors aren't visible and the user can just print the text. [url]http://www.e-squareddesigns.com/websites/pacsoc/pacsoc_design.html[/url] When I click the button in Safari … | |
Hi Friends ! I Need a Paging Script such as Gmail for my College Project Which is a CMS based on Windows Sky Drive with Email Facility....! Thanks in Advanced! | |
Hi There! I'm Seeking for a Function by which I can Execute mySQL Queries for any table. | |
Hi Friends! Can you people help me out about this I have Two Array's 1: a[] =>1 =>3 =>4 2: b[] =>5 =>6 =>8 and I want to combine both array like this c[1]=5 c[3]=6 c[4]=8 Means the value of first array will be the Index of Third array and … | |
Hi, This is Ashok from India as I am a student but currently having a training for web development so I made a Job Consultancy Project and face the following problems.... 1. i designed a form on which user can input the information about the candidates and a search will … |
The End.