- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 5
- Posts with Downvotes
- 2
- Downvoting Members
- 5
47 Posted Topics
Please assit to translate the following code from python to php [Click Here](https://www.dropbox.com/s/qndlm9qenvge6sf/pyussd.rar) Thank you | |
Hello. l am using panzoom [Click Here](https://github.com/timmywil/jquery.panzoom/) plugin. Problem is the plugin allows the image to pan into invisibility. Does anyone know a way l can stop the panning before the image goes into the invisible part of the page. ![]() | |
l am trying to do a facebook autopost. Everything works fine if l supply my userid. However l need to get the id of the currently logged in user. $faceboook->getUser() returns 0 every time. l know the code is configured properly coz l can post to my own profile ![]() | |
l have a crushed laptop drive that is partitioned into two. The C drive is completely unreadable while the secondary drive l can open and read the files but l cant move them from the drive even if l try open and save as for some of them. Any ideas? | |
l have installed application to page using https://www.facebook.com/add.php?api_key=valid_api_key&pages=1 but when l go to the page l cant see the page tab that supposed to hve been created. ![]() | |
l have been trying to install pear for a long time now but cant get it to work. l am using VertrigoServ as my webs server and have it installed in my D drive. Can someone point me in the right direction a tutorial or something. | |
l recently installed Ubuntu 12 and on first start on Firefox everytime l type google.com on the address bar l am redireted to some funny websites. The websites seem random and this only happens when l type google.com if l type for example daniweb.com it works fine. l am new … | |
l need to create a realtion between EmailAddresses and Contacts through REST API. Anyone know the set_relationship syntax for those. | |
stdClass Object ( [0] => Array ( [0] => stdClass Object ( [id] => 123445566 [name] => Sharer Name [offset] => 0 [length] => 14 [type] => user ) ) [23] => Array ( [0] => stdClass Object ( [id] => 123456778_page_id_i_want [name] => Page Name [offset] => 23 [length] … | |
l need to generate a dynamic PDO update query. l am not sure of the behaviour where we have the same placeholder name in th update and WHERE clause for example UPDATE users SET name = 'Master User' WHERE name = 'Dev User' As you can see placeholder name will … ![]() | |
Re: You could create a database table , Cols = id,title,description,blankname1,blankname 2 and on your site you would selet all the records displaying the blanks as in input boxes and process by form $_POST | |
Re: l think the first thing you need to do is to try and force FF to reproduce the error then use FF to correct your CSS.Also take note of your block widths, if you make then too tight they will fall over in IE | |
l have a php script writing to TCP socket. This connection needs to be always one as it can receive data anytime from the server. Now **problem** is only the first instance of socket_write works. i need to keep reading and writing data to the socket Just to clarify l … | |
l am trying to setup a USSD application working through sockets. l have no idea where to start, can someone point in the direction. | |
l am working on a USSD service. The USSD gateway will send XML to my PHP script. My problem is how do l read the XML and how do l send back XML. Thank you in advance | |
l want to be able to create a custom user page tab with custom tab url for user x, meaning any user who auithorised my app. Anyone know how l can do that. ![]() | |
l need to be able to add a custom contact page to a third party login user from my facebook app. Can someone point me in the coorrect direction, tutorials or clear documentation | |
l have got a series of menus. What l want to do is change the background-color of the link onclick. What l have done use jquery like this [code]jQuery('.menu a').click(function(){ var clz = jQuery(this).attr('id'); jQuery(this).attr('class','active'+clz); })[/code] This is not work.The code needs to work on mobile phones | |
Hello guys, so l installed this chatvibes app, now my searches are beng hijacked by this stupid plusnetwork.Checked in the search plugins folder for FF cant find it,Anyone know how to remove the irrirating thing | |
l am writing XML to a file. Everything works fine, however if l view the XML source the first line is always indented. Cant seem to figure out the cause. Thankx in advance for the help | |
l am writing XML to a file. Everything works fine, however if l view the XML source the first line is always indented. Cant seem to figure out the cause. Thankx in advance for the help | |
l use <img src = /> in the html but the image isnot showing in the pdf. Anyone know how to add images to pdf in html2fpdf | |
l havinf problems sending individual emails with a loop within joomla The code is sending multiple emails to a single users something like its triggering an infinite loop. Please see code below [code] unction sendRequests() { $db = & JFactory::getDBO(); $sql = "SELECT * FROM `#__quotehunter_hunt_quotes` WHERE `flag` = '0' … | |
Re: UPDATE tblProducts SET fldProductID = REPLACE(fldProductID, 'somevalue', 'someothervalue') WHERE fldProductID LIKE '%somevalue%' | |
l am trying to send individual emails with a loop using php mailer in joomla. However when l generate the emails l get something like 12 emails to one email address even if the loop is only 2 in size So its something like foreach($res as $r) { //send email … | |
l am making an jax call and the data is coming back fine inserted into the specific div correctly. However my css is broken after the AJAX call. the h1 are too big some menu items disppear. See code below jQuery('#section').change(function() { jQuery('#loading') .bind('ajaxStart', function() { jQuery(this).show(); }) .bind('ajaxComplete', function() … | |
Can anyone assist me by telling me where and how to to get a live precious metal feed on my website. Thanks in advance | |
l want to add products to cart from the browse page. However when l add a product with attributes l get the following message [B]Info: To add this product into your cart you have to select a product variant on the details page.[/B] Can someone please tell me how l … | |
l need to change information on the contact us page on my contact us page but dont know where to do. Please assist | |
defined('_JEXEC') OR defined('_VALID_MOS') OR die('...Direct Access class aca_module [ var $shownamefield = 0; var $receivehtmldefault = 1; var $showreceivehtml = 0; var $listIds = null; var $linear = 0; var $fieldsize = 10; var $introtext = null; var $redirectURL = null; var $showListName = 0; var $buttonUnregistered = _ACA_MOD_SUBSCRIBE ; … | |
Can someone please help me l need to apply a hover css on a radio button. Currently the background color only draws a box around the radio button but does not the actual radio color. l dont mind if there is no css even javascript will do | |
l need to make the following which is a joomla result button open in a pop up window onclick="document.location.href='[php echo JRoute::_("index.php?option=com_poll&id=$poll->slug".$itemid); ]'" /> | |
l have got a table populated with data. l need to export and append the contents of the table to an existing table. l have got an auto_increment column which l need to change so it starts at 100 not one | |
l am using Community Builder on joomla 1.5. However , l activated register users independent of Joomla global config. The Register link does not appear under the login module but forgot password does. l tried to put yhis as a menu item but when l click the click it tells … | |
Hie guys does anyone know something about dotProject. l am trying to modify code in completed.php to display en extra column which is Project Name in a pdf file | |
Re: you can try using the $_GET with a condition | |
Hie guys l am using dotProject and need to add a project name column in the completed report before the task column. | |
Ok guys l generated some dhtml drop down menu using Sotthink DHTML menu 8. Now l am editing it in my Netbeans but cant change the height of the seperator . There is a lot of code cant put it here | |
Ok here is my code for the authenticate page. When l log in it comes on blank. [CODE]<?php if(isset($_POST['log'])) { $username = $_POST['username']; $pass = $_POST['passd']; include("connectOrder.php"); $sql = "SELECT * FROM users WHERE user_name='$username' AND password = '$pass' AND access_level != 0"; mysql_query($sql); $num=mysql_num_rows($sql); if($num == 1) { session_start(); … | |
Ok l am coding a simple PHP & Mysq session based athentication. l have done numerous of these before with success. Sadly this one cant run,. Someone pliz send me the correct code. | |
l want to upload images into mysql as blob type data using php | |
My banner rotating script dispalys first image only. script is like: [code=php]<?php $bannerCounter = 1; $bannerCode[$bannerCounter] = "<a href=\"http://www.kganyang.co.za\"/scanners.php target=\"_top\"> <img src=\"images/adverts/maq10.jpg\" width=\"90\" height=\"83\" alt=\"Buy a Scanner!\" border=\"0\"></a>"; $bannerCounter++; $bannerCode[$bannerCounter] = "<a href=\"http://www.kganyang.co.za\"/scanners.php target=\"_top\"> <img src=\"images/adverts/maq2.jpg\" width=\"90\" height=\"83\" alt=\"Buy a Scanner!\" border=\"0\"></a>"; $bannerCounter++; $bannerCode[$bannerCounter] = "<a href=\"http://www.kganyang.co.za\"/scanners.php target=\"_top\"> <img src=\"images/adverts/maq3.jpg\" … | |
Can anyone tell me where l can get an open source Enterprise Architect software or similar UML modeling tool. | |
My name is Antony Masocha. l am a web developer with a keen interest for open soure programming. l am willing to ommunicate with anyone who loves LAMP programming. l am 26 and married and also a christian | |
| |
l am a php developer living in Zimbabwe,in need for help on selecting mercants who can help in my acceptance of payements from all over the world at an affordable cost |
The End.