Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
20% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
3
1 Commented Post
0 Endorsements
Ranked #3K
~5K People Reached
Favorite Forums
Favorite Tags

36 Posted Topics

Member Avatar for shishtawitch

i want to pass a youtube code like [url]http://www.youtube.com/watch?v=NMAYr709-9Y&feature=dir[/url] and it return me the embed code.........!! how can i do that with php and curl........!!

Member Avatar for Mark_24
0
503
Member Avatar for shishtawitch

i have following in my database ------------------------------------------------------------------------------------ [code=text] <table><tr><td><img src="default.jpg" width="160" style="border:1px #87925d solid;padding:2px;"></td> <td valign="top"><a href="mylinkhere" target="_blank"><strong> Vicky Bhai Part 4</strong></a><br><font size="1" color="#cccccc">http://www.mysite.com</font><br>Stage Funny Stuff</td></tr></table> [/code] ------------------------------------------------------------------------------------ if want to add a <a> anchor tag to only image before displaying it on page.................how can i do that with preg …

Member Avatar for yannyannyann
0
488
Member Avatar for closebys
Member Avatar for shishtawitch

if i have following link [CODE]<a href="#Next/?s=5">Next Value</a>[/CODE] If i click on Next Value the address bar url will be [CODE]http://www.domain.com/#Next/?s=5[/CODE] then how can i get the value of s

Member Avatar for FlashCreations
0
152
Member Avatar for shishtawitch

how can i create a php page where the page is gone refreshed automaticly without reloading page and user could see other users activity just like facebook.................!!

Member Avatar for jcanaway
0
58
Member Avatar for sam023

you should create an index.html file with following code in /images directory [CODE]<script language="javascript"> window.location='http://localhost/site'; </script>[/CODE]

Member Avatar for sam023
0
92
Member Avatar for kira4

try out this in your [B]AccountingDeleteProcess.php[/B] [CODE] <html> <head> <title>Index</title> </head> <body background="E-Filing%20Management%20System%20Picture/Snow.gif"> <p align="center"> <img border="0" src="E-Filing%20Management%20System%20Picture/logo-RR-gif.gif" width="957" height="245"></p> <p align="center"><span lang="zh-cn">&nbsp;</span></p> <p align="center"><span lang="zh-cn"><img border="0" src="E-Filing%20Management%20System%20Picture/Accounting.gif" width="491" height="73"></span></p> <p align="center"><span lang="zh-cn">&nbsp;</span></p> <form method="post" action="AccountingDeleteProcess.php"> <?php $connection = mysql_connect("localhost", "root", "") or die("<font color='#FFFFFF'>Could not connect to MySQL </font>" …

Member Avatar for kira4
0
75
Member Avatar for shishtawitch

i have the following code [CODE]<?php $id = $_SESSION["user_session"]; $get = mysql_query("SELECT * FROM table WHERE id='$id'"); $total_found = mysql_num_rows($get); if($total_found==0){ my code goes here }else{ while($g = mysql_fetch_array($get)){ $id_2 = $g["id"]; $query = mysql_query("SELECT * FROM table WHERE id != '$id' AND id!='$id_2'"); while($z = mysql_fetch_array($query)){ mycode goes here …

Member Avatar for Atli
0
94
Member Avatar for shishtawitch

if i have [ if statement ] in my php code than with jquery it is not working...........!! e.g if i have --------------------------- [CODE]<?php if(myquery){ }else{ do jquery here } ?>[/CODE] ------------------------------ but jquery in else area is gone disable how can i fix that.........!!

Member Avatar for gamingdrunk
0
116
Member Avatar for miguel1810

Try this [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>The Student Saver | Register</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link href="style.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript"> // <![CDATA[ $(function(){ $("#imageField").click(function(){ var n = $("#name").val(); var e = $('#email').val(); var u = $("#university").val(); var …

Member Avatar for shishtawitch
0
160
Member Avatar for muralibobby2015

you should have to include jquery ajax........!! like........... [CODE]<script language="javascript"> $("#youdiv").load("yourfile.php"); var auto_refresh = setInterval( function (){ $('#yourdiv').load('yourfile.php').fadeIn("slow");}, 10000); // refresh every 10000 milliseconds </script>[/CODE] Check it out and let me know if works..........or contains any prob

Member Avatar for shishtawitch
0
74
Member Avatar for R3Slick
Member Avatar for shishtawitch

how can i change the following url [url]http://www.mydomain.com/dir[/url] to [url]http://www.mydomain.com/dir/[/url] with htaccess

Member Avatar for kireol
0
71
Member Avatar for shishtawitch

how can i grap gmail, hotmail, yahoo email contact from there address book with just single click.........!!

Member Avatar for kireol
-1
74
Member Avatar for shishtawitch

how can i load double page with single url ............ e.g. if i have [url]http://www.mydomain.com/?uid=2&aid=4[/url] and i have anchor tag....... i.e [CODE]<a href="#/?uid=3&aid=4">Next</a>[/CODE] So if Next is pressed the address bar url would be........... [url]http://www.mydomain.com/?uid=2&aid=4#/?uid=3&aid=4[/url] than how can i get the value of second uid i.e uid=3 without reloading page …

0
70
Member Avatar for dalypen

you should have to use jquery ajax instead of sending the form to next page.......!!

Member Avatar for Stefano Mtangoo
0
352
Member Avatar for shishtawitch

how can i use a single account on my double sites.........either with cookies or any thing else...........!! suppose i have [url]http://www.mydomain.com[/url] and also [url]http://another.mydomain.com[/url] how can it use my single account with these both sites..........!!

Member Avatar for cwarn23
0
106
Member Avatar for ruwanaru
Member Avatar for shishtawitch

how can i get only value of 'v' from the following url [url]http://www.youtube.com/watch?v=NMAYr709-9Y&feature=dir[/url] i.e NMAYr709-9Y with php

Member Avatar for cwarn23
0
99
Member Avatar for shishtawitch

hi, how can i make a link attache ment system with php, culr / ajax one like in facebook..........!! i.e by typing a link fetching meta, title and images from that link...!! thanks in advance.........!!

Member Avatar for digital-ether
0
108
Member Avatar for shishtawitch

how can i play videos at its place...........like in facebook........!! i.e in facebook video thumb is given when we click on it it place at its place............!! how can i do it with jquery and php...........!!

Member Avatar for network18
0
70
Member Avatar for shishtawitch

hi, my problem is that, i want on my site, that when a user uploads a video on my site, my script get the uploaded video, and let the user what he was doing, and process that video behind the scences with php and ffmpeg, and displays it when it …

0
64
Member Avatar for shishtawitch

i have a form in another form............ <form1> <form2> </for> </form> the form2 is submited automatically, and has only one field of fileupload, and is auto processing file upload with jquery ajax...!! it works fine for me but when i pass the response filename of form2 to form1 <input> field …

Member Avatar for shishtawitch
0
106
Member Avatar for shishtawitch

hi, i am trying to upload an image with comment......!! mycode is like below...... if($_POST){ getting posted variables for comment mysql_query(adding into database); if(image is posted){now getting image variables mysql_query(inserting into database); } } if works fine for me but problem is that i have two different tables one for …

Member Avatar for network18
0
84
Member Avatar for shishtawitch

hi, every one....!! i have two sites i.e mydomain.com secondsite.mydomain.com i want to make single login or signup account for both....!! how can it is possible.......!! My problem is that if i pass single session to one site it working but when i open my other site it doesn't works..........!! …

Member Avatar for diafol
0
79
Member Avatar for shishtawitch

how can i access my root folder as subdomain with .htaccess...!! i.e mydomain.com/folder to folder.mydomain.com without manually creating it as subdomain in cpanel

Member Avatar for cwarn23
0
70
Member Avatar for shishtawitch

hi, my problem is, that i want to access my root folder as subdomain using php or htaccess..........!! i.e if i have a folder like => [url]http://www.mydomain.com/folder[/url] should be automatically changed to => [url]http://folder.mydomain.com[/url] i have cpanel hosting accounting not reseller.........!!

Member Avatar for network18
0
80
Member Avatar for shishtawitch

AOA, i am developing a site, i want that when ever a user signs up on my site, it should get its own folder like youtube........!! i.e [B]youtube.com/user/username[/B] my problem is that i want to get variable wihout adding any .php extension. So how can i get or add when …

Member Avatar for shishtawitch
0
94
Member Avatar for shishtawitch

how can i reset my router automatically on net disconnect with php cmd or any other application.....................

Member Avatar for caperjack
0
69
Member Avatar for shishtawitch

how can i fix use of undefined constant in php.ini so that [B]constant[/B] and [B]"constant"[/B] should not gives me any error

Member Avatar for Atli
0
156
Member Avatar for shishtawitch

guys i am trying to host a site on my own home server but when i make virtual host in httpd.conf like following NameVirtualHost *:80 [code=xml] <VirtualHost *:80> ServerName [url]www.mydomain.com[/url] DocumentRoot c:/wamp/www </VirtualHost>[/code] it gives me the following error [B]Forbidden[/B] You don't have permission to access / on this server. …

Member Avatar for network18
0
51
Member Avatar for shishtawitch

i am trying to host my own site............i have one static ip address...........and windows xp and wamp installed the site is working fine ............. but when ever i try to see the site it imediately starts to download original index.php file but when ever i try to access my site …

Member Avatar for shishtawitch
0
95
Member Avatar for peck3277
Member Avatar for pritaeas
0
61
Member Avatar for shishtawitch

i dont no whether it is the place or not to share my problem........the problem is that i have a little problem with my router..........!! when ever the electricity failure happens, my internet connects gone to disconnect imediately............then if i turn on and off my router manually it connects again …

Member Avatar for shishtawitch
0
109
Member Avatar for shishtawitch

i have register a domain on domain.com and setup my own name servers e.g ns1.mydomain.com ns2.mydomain.com but when i access my page it shows me the following error..... Great Success ! Apache is working on your cPanel® and WHM™ Server what should i do next i have never install any …

Member Avatar for smartness
0
120
Member Avatar for shishtawitch

i want to host my own site on localhost.......i want to create my name servers......... 119.152.60.26 is my ip address how can i set my name servers that is ns.mysite.com ns2.mysite.com or any thing else.............. i am using wamp on window xp............. waiting...............

0
64

The End.