Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
33% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #4K
~5K People Reached

20 Posted Topics

Member Avatar for akvlko

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 …

Member Avatar for LastMitch
1
274
Member Avatar for akvlko

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 …

Member Avatar for mschroeder
0
145
Member Avatar for akvlko

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 …

Member Avatar for akvlko
0
117
Member Avatar for akvlko

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 …

Member Avatar for hongle
0
189
Member Avatar for peekayb

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 …

Member Avatar for teedoff
0
86
Member Avatar for akvlko

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 …

Member Avatar for akvlko
0
115
Member Avatar for akvlko

Hi Friends I'm seeking for a Editor by which i can view my web pages in design mode something like Dreamweaver in Windows.

Member Avatar for mahmoud_wow
0
87
Member Avatar for dev.vini

Ya these are the ways by which you can delete a file from its destination Try them.....!

Member Avatar for richieking
0
88
Member Avatar for el33t

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!

Member Avatar for richieking
0
1K
Member Avatar for akvlko

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"); } …

Member Avatar for mahavir123
0
114
Member Avatar for anoopkris123

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!

Member Avatar for richieking
0
1K
Member Avatar for sistrlynn

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!

Member Avatar for richieking
0
295
Member Avatar for g4george

[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])); …

Member Avatar for mahavir123
0
61
Member Avatar for ryathegr8
Member Avatar for artvor

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 …

Member Avatar for akvlko
0
215
Member Avatar for peepster

[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 …

Member Avatar for akvlko
0
245
Member Avatar for akvlko

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!

Member Avatar for Stefano Mtangoo
0
115
Member Avatar for akvlko
Member Avatar for akvlko
0
162
Member Avatar for akvlko

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 …

Member Avatar for baltazar
0
150
Member Avatar for akvlko

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 …

Member Avatar for akvlko
0
195

The End.