Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

5 Endorsements
Ranked #341
Ranked #2K
~51.1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

17 Posted Topics

Member Avatar for alex910TN

use http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js instead of `//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js` try this and let me know

Member Avatar for Abdullah_19
0
46K
Member Avatar for Khalilur_1
Member Avatar for nadiam

Well you have writtent too much lines of code but this problem is due to defining of variable it only occurs as a notice with new php versions. You can simply turn notices off and it is not harmful or you can define any initial value to them before $spousesalutations …

Member Avatar for nadiam
0
804
Member Avatar for FaisalSarfraz

Hi all!! I am building a media player in flex that uses video streaming through rtmp:// I want to get its bandwidth usage but found out that we can't get bytes loaded for video streaming. Is there any way to get it through php or js? I mean php gets …

0
136
Member Avatar for vinojai
Re: Php

Yes you can do so. I have its script. let me know if you want it :) @vinojai

Member Avatar for layman114
0
578
Member Avatar for gil857

PLEASE NOTE: The crop does not work in Wp 3.0+. All that is needed for WP 3.0+ is the call for the thumbnail to post. Then proceed to media in the dashboard and set your thumbnail to crop to the size you wish to use. **Refference:** http://codex.wordpress.org/Function_Reference/the_post_thumbnail

Member Avatar for bradly.spicer
0
216
Member Avatar for Ramakrishnan.L
Member Avatar for FaisalSarfraz
-1
105
Member Avatar for FaisalSarfraz

Hi all I am new to java programming. I need a litte helop. I want to take some results from database so i am trying to connect to database. I have dowloaded jdbcmysql connector but having no idea how to add it in eclipse or jre. Plus i am having …

Member Avatar for jwenting
0
374
Member Avatar for FaisalSarfraz

Hi all I have a piece of program in which i am taking input from another jframe and then using that input i am trying to show results from RDF/XML file, now the issue is that i am trying to convert that input(which is obviouslyin string) to Property datatype of …

0
139
Member Avatar for FaisalSarfraz

Hi every one!! I need help to match user data from database inorder to log in to admin panel. Here is what I am trying. it works ok but it is giving dialog box containing text "Sorry! You have no access to Database" here is the code. Please help String …

Member Avatar for FaisalSarfraz
0
316
Member Avatar for dlmagers

when you exectute this query in php then write in this way `mysql_query("//Your query goes here") or die(mysql_error());` this will give you exact error. do this and let me know what error is being reported

Member Avatar for thilipdilip
0
155
Member Avatar for onofej

> could someone tell me why this code `<a href="https://twitter.com/angela_bradley">My Twitter</a> work perfectly from my php page by redirecting and this code <a href="file:///C|/Users/0382/xampp/htdocs/cidia/index.html">dia</a> doesnt this is because https://twitter.com/angela_bradely is complete web link but the other one that you mentioned is not a standard http link. you should use standard …

Member Avatar for Member #120589
0
1K
Member Avatar for <M/>
Member Avatar for FaisalSarfraz
0
166
Member Avatar for weemy

You have not clearly mentioned it but try this you can simply give width and height in <img src="clientSelectedImage.jpg" width=200 height="200" />

Member Avatar for Member #120589
0
156
Member Avatar for Transcendent

@trascendent: Are you checking this system in your localhost? Mail sending code never works in your localhost. Got it or not?

Member Avatar for Member #120589
0
235
Member Avatar for MrXortex

instead of headers, you can place javascript here. replace this code section else { $register = user_register($register_email, $register_name, $register_password); $_SESSION['user_id'] = $register; header('Location: success.php'); exit(); } with this one... else { $register = user_register($register_email, $register_name, $register_password); $_SESSION['user_id'] = $register; ?> <script type="text/javascript"> window.location = "success.php"; </script> <?php exit(); } This …

Member Avatar for FaisalSarfraz
0
256
Member Avatar for FaisalSarfraz

Hi every one I am trying to upload a file on server but it is not uploading and always giving an error HEre is code. Please help. Its urgent [CODE] <?php session_start(); if(!session_is_registered(username)){ header("location:login.php"); } if($_REQUEST['title'] != '' && $_REQUEST['type']!='' && $_REQUEST['category'] != '' && $_REQUEST['sub']!=''&&$_REQUEST['elm3'] != '') { require("db.php"); …

Member Avatar for veedeoo
0
350

The End.