لا إله إلا الله Ù…ØÙ…داً رسول الله
35 Posted Topics
Hello, I have been strugling with this for a while. Is it possible to create a loop that will make this function run automaticly. I want to type in how many times it should repeat the pattern. For example, i want to run to $sum20 Please help me out! <?php … ![]() | |
Hi, I am looking for some good ideas for development in C#. I feel that there is nothing more to develop and challange myself. Please let me know if u have any great ideas that can be developd for private or commercial usage. Thanks, Waleed Ahmed | |
Hi, i have started a blog and no one is reading it. i feel i am going to get tierd of blogging when no one reads it. so i want to get traffic to it. but how ? :/ | |
Hi, I want to develop a CMS that I can use when I make websites. Want to simultaneously post it online so that people can download it and develop plugins and themes for this. Would like to have it as user friendly as other CMS such as Wordpress, Joomla, Dupal … | |
Hi, I want to write my own programming language in C #. Want some good stories and tutorial (preferably video). Waleed Ahmed | |
Hi, i am getting this error for an email activation function. can someone help me removing this error message and make it work? ## Error: ## Warning: mysql_result() expects parameter 1 to be resource, boolean given in /home/prevpxmj/public_html/core/functions/users.php on line 6 ## Code: ## <?php function activate($email, $email_code){ $email = … | |
Hi, i am getting a lot of dirty questions on formspring i want to find out who he is, he is sending me questions with an anonymos user. How do i found out his IP adress ? | |
Hi, how do i make my webbrowser look like google chrome. With that i mean how do i make the tabs look like in google chrome? Waleed Ahmed | |
Hi is it posible to make a notepad only usin print Preview Control? Like you are writing the text in a print Preview Control. I want to make a look like you are writing in pages (like office word, and other word processors) :) | |
Hi, i want to make a word processor which looks just like word! any good links? :) | |
Hi, i get an Error, but cant understand why i get this :S The error is like this: Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /home/techozin/public_html/multiligase/core/user.inc.php on line 31 The page codes: user.inc.php [CODE]<?php function fetch_users() { $result = mysql_query('SELECT `user_id` AS `id`, `user_name` AS `username` … | |
Hey! I develop a search engine, most of the engine is finished. The only thing missing now is PageRank. Is there any type of opportunities to write a PageRank in PHP? I have saved the information / data in a MySQL database. The table looks like this: ID Title Keywords … | |
Hello :) I have written a os in C and assembly, but my os is only a text based os. How can i make it into a OS with GUI ? | |
I want to learn a new programming language, which I can use to create large applications such as operating systems, editing applications. I know it requires a great deal of understanding of contents, but I can not decide which language. it is either C or C++ need advice... :icon_eek: | |
hey, I have created two forms. in one form there is a panel, which is Form1: [CODE]Panel1.visibel = false;[/CODE] Form2: When the [CODE]WindowState == FormWindowState.Minimized[/CODE] then the panel1 in form1 needs to be visible, but how to do that ? :S Waleed Ahmed | |
Hi, i want to make a form with a timer. when the timer passes 100 then the background will change, and this will loop. but how to make it? | |
Hi, how to use a TreeView as a menu for making form visible. Eksampel: when i double click at a child node then i want something to happen. but how? plizzz help <3 | |
Hi, how do i make a notepad where i can program html in (using richtextbox). Example: i type in <html>, i want only this text to be blue. and if i type in <?php ?> then i want this to be red. please help :D | |
Hello, I'm doing a small project that aims to develop a search engine. What I need is a web crawler that can scrape backlinks for a website. I need to scratch: Title, PageText, Page Size, Back Links Does anyone know of a good web crawler that can give me that? … | |
Hi, i am trying to connect to a database(mysql), is this way right ? I have added[CODE]using MySql.Data.MySqlClient;[/CODE] I am getting a error on [CODE]Conni.Open();[/CODE], the error is saying: "Unable to connect to any of the specified MySQL hosts." Need help [CODE]string email = textBox1.Text; string password = textBox2.Text ; … | |
Hi, i want to start a process called: notepad.exe wich is a software that windows give you. How do i start that process in a mdi container ? process.start("notepad.exe"); in mdi container :S | |
Hi, i want to make a own linux os. Does someone know where to get the opensoruce? | |
Re: The best thing is UDK! Get a license to Unreal Engine to make games to Xbox, pc and ps3. Or you can use the free one on [url]http://www.udk.com[/url] wich only works for PC. Unreal Enine is a massive game development studio, wich uses a Unreal Script, similur to c++. Gears … | |
Hi, is it someone who knows how to make a login system wich uses mysql? :S NEEED HELP! | |
Hi, i am making a forum with phpbb, and i want to put ads on the forum. I have an google adsense account, but how do i put the ad ? :S | |
Hi :D Is it someone, who knows how i dock an "FormBorderStyle = none". I want it to be on the top, it will be new start line, but only on the top. No applications should run over the main. Like this picture:[URL="http://imageshack.us/photo/my-images/600/topc.png/"]http://imageshack.us/photo/my-images/600/topc.png/[/URL[/URL]], you need to see the top. Plizz … | |
Hello :D I need a good 3d game engine to crate fps games, that can be online. I dont want to do scriptiong but i want to desing evry thing my self. Do you know a good engine ? | |
Hi, i want to make a software that always is running on the desktop. I just need the code for run a software on the desctop... Thanx :) | |
Is it some one hwo know how to open a form. I want to show form2 when some one presses button1? | |
Hi, i made a class in a win form app in c#. I want to open the class/degbue it when someone presses button3. How do i do that? | |
Hi, is it some one who know how to make a webcrawler? I am going to use that in a search engine. | |
Hi, i made a search engine in php. But its only working in mozillah firefox. Do some one know what is worng ? | |
Hi, need some help with the a php code i made to a search engine, i get a error: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/eoopoedt/public_html/sok/search.php on line 49 Can some one fiks my code, and give me the right code: [CODE]<?php $button = … ![]() | |
Hi, wich software do i need to download to start programming in java ? | |
Hi, i am making a search engine in php and i just get a warning that i cant understand: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/eoopoedt/public_html/sok/search.php on line 27 See it your self: [url]http://eoop.org/sok/[/url] My code: [CODE]<?php $button = $_GET['submit']; $search = $_GET['search']; if … |
The End.