5,349 Topics
![]() | |
Hi Good evening all I am trying to capture the below multi dimensional array using either POST or GET. the data is passed from a form and is displayed in the array format using print_r(GET); The packagecount = 2 indicates the mumber of packages and also corresponds to 1 and … | |
I have posted a wrong answer and now i want to delete it. how is it possible? I cannot edit my answer, maybe edit link is only available for certain time | |
Hey guys I'm just looking for a cool programming community where I can get help and so far everywhere has been pretty shitty... hope Daniweb is diffrent :) and if it is i look forward to becoming a part of the community! | |
Hi every one! my name is Ezeh C.j. I live in Lagos, Nigeria. Lately i have been trying my hands on php, am actually fasinated about networking and telecoms. I look forward to having a rewarding experience in website development and all good ideals in software development too. | |
Hello everybody, this is my first post! I am so stuck. I'm using Windows 98SE and IE6 SP1 with a broadband internet connection. When i go to access my hotmail account either through [url]www.hotmail.com[/url] or through the link on my msn it starts loading as usual but nothing comes up … | |
Iam Benedict from Philippines, I've always encounter DaniWeb when I search for my code problems a year ago. Now Im comming back to have a self study for software development after a year of surviving my life calamities. Its hard, slow internet, slow pcs, but I want to be good … | |
Hey this is Tinju Ashok, recently I have joined forum in your website and want to learn SEO from your forum. I will be very thankful if you will allow me to discuss my difficulties with the members of your website. I am very much impressed from your website and … | |
Ok, so here I have a program that creates two boxes. The top box should start out with all 12 months of the year in it. What I'm trying to have happen is be able to move the months (through the two buttons) back and forth. Originally it just had … | |
Hi everyone and thanks for reading! I use JavaScript to create sets of text boxes on the fly. I also have a hidden counter in a text box on the form which I also post to my PHP script. This hidden counter is how I tell PHP how many text … | |
Hey all, i've a form with a textinput for links, but at submit, it won't send any links started with http. for example: <form acion="result.php" method="post"> <input type="text" name="link" /> <input type="submit" name="submit" value="submit" </form> <?php //---Result.php: echo $_POST['link']; // if links start with http:// it won't be there ?> … | |
[url="http://../tutorials/tutorial6028.html"]Original thread [/url]- To see why this was Updated [i] Reason for new thread is to start with a clean slate and I will also be providing a tutorial for SQL and possibly Oracle DB connections to show how easy this code is to implement regardless of the DB you … | |
Hiiiii Freinds, Please guys share with us, the screenshot of your Desktop . we want to see your desktop . | |
Hi.I didnt find wordpress section so I am posting my question here . i am creating a new "Bookings" custom post type in wordpress . And I already have a table in Mysql database set up where I am filling date from ,date to and the room name . My … ![]() | |
Hi guys! I have a website where users can follow each other. I want to create a stream/feed where posts and updates releated to friends will show. So in "theory" something like this: if friend1 and friend2 == true - > show posts from entries database else - > don't … ![]() | |
Hello you all, I'm new here.. Hope it will become a good place for me. People are asking questions on bbPress support forums, but bbPress support looking inactive after 2.0 announcement. That's why I moved to DaniWeb. Let's see how developer community of DaniWeb will help me :) -- If … | |
Having been away from this site for a while I am back. Been fiddling with Delphi since Delphi 1 was released have been concentrating on Delphi 6 since it was released. Don't have all the answers but am willing to make suggestions to anyone wished to contact me. | |
Hello, I need to know why this isn't working... I have tried many different things but still can't get it to work. (And, yes, I have replaced the MYPASSHERE with my password but it always says I have not registered yet...) Imports System.Net Imports System.IO Imports System.Text Public Class Form1 … | |
im trying to create a email signature, and i want the images inside the signature to be linked to a feed, for example tumblr. where the moment an image is uploaded to it, it is automatically placed inside the email signature. is this possible? ![]() | |
Ok I am working something that I have seen others do and that is to echo out a form table and what I am trying to do is to get the data that is not assigned to a user and allow the admin to assign it to the user. I … ![]() | |
hi!guys can any one tell me how i share my facebook post with my all friends at a time and also how i share my post with my all groups at a time ! thanks for reading give me solution | |
HI everyone, I have a problem with post I want to do this in multi step and echo all data that I selected from drop down. here my one page full code, then multi step page code. full code <?php include('config.php'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> … | |
Hi, I have Jquery Function and It is working even after normal post back. Now I want to call that function after post back of control which is in update panel. Thanks in advance. ![]() | |
Dear friends, I have some problem in my image attachment page, when i open single post it's as it is, but when i click on image it opens attachment page but template changes. means sidebar goes off (it's by default i know, but i don't want to remove sidebars). and … | |
Hi ,i am trying to create a program to check my e-mail.It's OK ,but i can't login... I used fiddler to trace the request which were send from my PC and I receive that: POST http://www.example.com/login.php HTTP/1.1 Host: www.example.com Connection: keep-alive Content-Length: 346 Cache-Control: max-age=0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Origin: http://www.example.com User-Agent: … | |
hi i'm trying to connect a midlet running on my emulator (jwtk 2.5.2) to an apache tomcat server which has the servlet code. when i run the emulator instead of displaying the name i posted in the midlet code after connecting to the server, the screen displays the servlet code. … | |
Surely I shouldn't be seeing such messages and the files should be renamed or something?  | |
Hi everyone, I am working on a wee small project using cURL. From the documentation, it states "The Server will HTTP POST a string in a parameter called (INCOMING)" to the given callback URL. I know the list of parameters in the string as this is given in the documentation, … | |
Hi, It seems that this should be very simple, but I can't make it work. I pass a list of items to the view, edit some of the fields, and post the edited list back to the controler. They go to the view fine, but I am unable to get … ![]() | |
Hello all. I made a forum post and the helpful community solved the problem I was having. DaniWeb states "Please remember to mark the post solved if your question is answered Thank You" at the bottom of the post. How do I mark the post as solved? Thank you for … | |
![]() | Say I have two CGI files: start.cgi and view.cgi. view.cgi recieves data from start.cgi via POST method. My question is, what are the necessary conditions to use in a conditional statement if I were to determine the presence of data in `stdin`? This is to redirect the user back to … ![]() |
Before I start, I'm afraid I have to say I cannot reliably reproduce this, but it has happened to me twice today. When replying to a post I press the button to confirm, the button disappears, replaced by the "Watch This Thread" button, however, the post is not submitted. The … | |
[coding virus using vb script .vbs](http://www.daniweb.com/software-development/visual-basic-4-5-6/threads/294413/coding-virus-using-vb-script-.vbs) Granted it is pretty pathetic, but some fool is looking for help to run the code shown. | |
Hello webmasters.. I updated the wp 3.5 version of my site.. Due to which there a warning message- (Warning: Missing argument 2 for wpdb::prepare(), called in /home/theultim/public_html/wp-content/plugins/sharebar/sharebar.php on line 112 and defined in /home/theultim/public_html/wp-includes/wp-db.php on line 990 Warning: Missing argument 2 for wpdb::prepare(), called in /home/theultim/public_html/wp-content/plugins/sharebar/sharebar.php on line 124 and … | |
I want to know the purpose of article post and blog post and what is their benifits. | |
I'm making a administration panel which is generated with Jquery's live and post it works fine.Inside the generated page I'm trying to be able to edit a user in their respective rows so i want to run a post function to retreive the input of a textfield and onkeyup use … | |
Hello, I just built my own computer and have connected all power cords. Everything turns on just fine, and fans spinning. My VGA connected to the DVI-I on my graphics card is plugged in but the monitor will not pick up a signal therefore no display. Here are the specs … | |
Hello to everyone.. Thanks: Melissa Rosario Orlando | |
I'm using Wordpress and a plugin called Testimonials Widget which creates a post type of its own for rotating testimonials with testimonialswdiget_widget() or a list with testimonialswidget_list(). I don't have all my code yet because I can't even get this part to work yet -- <?php if ($all_the_tags); $all_the_tags = … | |
Hi everyone i am doing article for my website and i am submitting them on numbers of site so is it good for me. I don't know that what is actual article posting strategy . please help me.... | |
Hi. Well, i'm trying to add new data to mysql, <input type="text" name="name"/> example: Billy Boy when I check mysql table, it shows "BillyBoy" How do I fix that error? Thank you. | |
Hello Daniweb, I've been dreaming about server racks recently, and the £800 price tag which goes alongside some of the 19U models. I then found Two Post server racks, which costing about 1/8 of the price is something that I might actually be able to afford! I've been looking at … | |
I don't understand what happened, I hadn't made any changes to this script, and all of the sudden, it's giving this error: [QUOTE]Notice: Use of undefined constant ID_my_site - assumed 'ID_my_site' in /path/to/my/script/changed/forsafety.com/login.php on line 90[/QUOTE] As you can tell from this error, I am trying to run a login … | |
Hi friend's i have a submitted a guest post in guest posting website but he is not quickly approved why? | |
Fatal error: Call to a member function add_content() on a non-object here is my index: <?php include ('lib/connect.php'); include('lib/nav.php'); if($_POST['add']): $obj->add_content($_POST); endif ?> Here is my function: <?php function add_content($p) { $title = mysql_real_eacape_string($p['title']); $body = mysql_real_eacape_string($p['body']); if(!$title || !$body): if(!$title): echo"The Title is required"; endif; if(!body): echo"The Body is … | |
Hello guys Melissa Rosario Orlando. I have joined this forum to day All thanks: Melissa Rosario Orlando | |
main.aspx ----------- <body> <form> id="form1" method="post" runat="server"> <asp:TextBox ID="TKullanici" runat="server" Height="27px" style="text-align: left" BorderColor="Silver" BorderStyle="Solid" Font-Size="Medium" ForeColor="#999999" BorderWidth="1px"></asp:TextBox> <asp:TextBox ID="TSifre" runat="server" TextMode="password" Height="27px" style="text-align: left" BorderColor="Silver" BorderStyle="Solid" Font-Size="Medium" ForeColor="Gray" BorderWidth="1px"> <asp:Button ID="BGiris" runat="server" cssclass="SBGiris" Text="Giriş" onclick="BGiris_Click" xmlns:asp="#unknown" /> </form> </body> main.aspx.cs ------------ protected void BGiris_Click(object sender, EventArgs e) { string … | |
Hey, has anyone any idea of how I can delete a post from this site? :-S | |
I have a radio box that has a php variable name in its radio name. How can I pass its value to another PHP file and it will become like this, for example: <input type='radio' name='choice_a' value='$answer'> It will become a $_POST['choice_a'] after I pass it in another page. But … | |
i am trying to print the value of $ss. but it say 'qty' is undifine on line($ss = $_post['qty'];). index.php <?php echo" <form method='post' action='index.php'> <input type='text' name='qty' /> <button type='submit' id='opener01' name='b1'>submit</button> </form>"; echo" <div id='dialog01' title='ccc'> "; $ss = $_post['qty']; echo"$s; echo" </div>"; ?> jquery.js $( "#dialog01" ).dialog({ … ![]() | |
Hello I answered my own thread and marked the thread as solved but it gave another user (which really didnt help at all) the "solved post". How can I select who and what post solved the thread? ![]() |
The End.