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.

0 Endorsements
~963 People Reached
Interests
Php
Favorite Tags
Member Avatar for waqar3

I want to get href url from media files. But i have no idea how to do that. For example me did use that code. wp_get_attachment_link($item['id']); and the result is in <a> tag like that... <a title="Manha de Carnival" href="http://mysite.com/new6/wp-content/uploads/2013/03/manhadecarnival.mp3">Manha de Carnival</a> But i want just http://mysite.com/new6/wp-content/uploads/2013/03/manhadecarnival.mp3 how can i …

Member Avatar for LastMitch
0
92
Member Avatar for waqar3

I want to open this flash code in popup box. But can't find solution any one can tell me ho can it is possible. I want to used this in joomla CMS. <p style="text-align: center;"> <object height="215" width="200" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,32,18" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"> <param name="allowFullScreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="src" …

Member Avatar for LastMitch
0
146
Member Avatar for waqar3

** Hello Guys, I want to write .htaccess file. But i have no idea how to write .htaccess. I want to make my site seo Friendly. this time my url looking like this type. Basic url : http://localhost/health when click on category link. It should looks like this format. http://localhost/health/category.php?cat_id=46 …

Member Avatar for adam.adamski.96155
0
165
Member Avatar for waqar3

Hi, i want to create cookies in my shopping cart site. I want when i click on add to cart button of this product. the information of the product save in cookies and destroy when user close his browser. I want a script. When i create cookies it's work only …

Member Avatar for waqar3
0
164
Member Avatar for waqar3

Hello Mate, I have a question. I want to use cookies script in my shopping cart with add to cart button. But i don't understand how to start this and action of cookies. Because i want when user click add to cart but product are add in thier cart and …

0
71
Member Avatar for waqar3

I want to ask something. I don't understand how to get same data from table at only one time. Here are the example Like table name product_data and there are atleast six field. in data field the date look like this product Date 23-04-2012 23-04-2012 23-04-2012 23-04-2012 23-04-2012 23-04-2012 18-04-2012 …

Member Avatar for diafol
0
111
Member Avatar for waqar3

I want to know that how to change the scroll style in css or other language kindlyy help me i want to change my scroll style

Member Avatar for stbuchok
0
43
Member Avatar for waqar3

[CODE]<?php mysql_connect("localhost","root",""); mysql_select_db("database_name") ?> <form name="search" action=""> Search: <input name="q" type="text" /><input name="search" type="submit" value="Search" /> </form> <?php if(isset($_GET['q'])){ // include database connection $sql = "SELECT * FROM article WHERE title LIKE '".$_GET['q']."' "; $exe = mysql_query($sql); while($row = mysql_fetch_array($exe)){ } ?> <table> <tr> <td> <a href="article_detail.php?id=<?php echo $row['id'];?>" class="header_menu"> …

Member Avatar for Ezzaral
0
171