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
~4K People Reached
Favorite Forums
Favorite Tags
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
498
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
466
Member Avatar for closebys

Hi, I am full time PHP programmer for the past 2 years. Now I am trying to gather some project on my own and work from home besides office. I don't know how to quote a project. Now I have one project where I have to do coding for creating …

Member Avatar for smartbuzzinc
0
146
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
146
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
56
Member Avatar for sam023

when i wrote localhost/site/images/ i can see all images of my site... how can i stop it...!! i tried .htaccess with code "deny to all" but it does not show images when i run the site on browser..!! What should i do.?

Member Avatar for sam023
0
90
Member Avatar for kira4

May I know why I cannot submit my search function by pressing enter? When I enter the primary key and press enter, it will show this : Notice: Undefined index: submit in c:\easyphp1-8\www\efiling\accountingdeleteprocess.php on line 23 But if I enter the primary key and press the submit button, there is …

Member Avatar for kira4
0
70
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
91
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
113
Member Avatar for miguel1810

Hello DANIWEB! Haven't posted before... but find this site a good info resource... but I'm pulling my hair out with my php register code - don't know what I'm doing wrong... as the code i've written doesn't send on the site i'm working on... Here's the code [CODE]<?php if(!$_POST) exit; …

Member Avatar for shishtawitch
0
147
Member Avatar for muralibobby2015

hello.. i did livechat script using php & mysql. in that multiusers can chat with admin. admin simultaniously gives replys to users. actually first time newuser send a msg to admin automatically new chat box appear. for that i used onload event. now new user come to chat with admin …

Member Avatar for shishtawitch
0
72
Member Avatar for R3Slick

Hello, Im having trouble with creating page that will search a database for the values entered. I have a Search.php file that has this [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Payroll and Timesheet Management Website</title> <link rel="stylesheet" type="text/css" href="styles.css"/> </head> <body> <?php writeHeader(); ?> …

Member Avatar for nav33n
0
206
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
69
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
72
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
68
Member Avatar for dalypen

Hi, I got this for nfl pickem program and installed it on my website.I use yahoo web hosting. I have most apps working but the signup form is killing me. when user go to my webpage and try to signup, it just takes you to a blank page. here is …

Member Avatar for Stefano Mtangoo
0
341
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
104
Member Avatar for ruwanaru

In this db and query are working and the firs page but after the 2nd page the variables are not passing can any one help me on 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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <?php include("../init/db.php"); …

Member Avatar for ruwanaru
0
142
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
97
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
105
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
68
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
63
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
102
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
81
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
78
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
68
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
77
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
87
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
67
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
153