5,349 Topics

Member Avatar for
Member Avatar for DemonicGoldfish

Hey all. Not sure if this is really the place to post this, but I thought all you techies may have some knowledge about this: Is there a service that will cut MP3 files, CD's, etc. to vinyls? I have looked at a couple of cutting machines, but I don't …

Member Avatar for Guillaume_2
-1
239
Member Avatar for geodosch

I've been attempting to post a discussion question for over half an hour, but no matter what I do, I get this error: "The code snippet in your post is formatted incorrectly. Please use the Code button in the editor toolbar when posting whitespace-sensitive text or curly braces." My question …

Member Avatar for Dani
1
254
Member Avatar for SoCalCynic

In all seriousness, where should I post business system analyst-related topics? I sit in I.T...

Member Avatar for rubberman
0
50
Member Avatar for Habib_5

cout << "I registered for my purpose\n"; cin << "They said Welcome\n"; cout << "I replay Thank You\n"; cout << "THANK YOU ALL\n";

Member Avatar for Slavi
0
155
Member Avatar for SimonIoa

I have created a facebook app. Often on my wall i see others share links. I see that the posts have an image and below a small text, below that the url of the website. When you press first it redirects you to *i.facebook(some url)* and then goes on the …

0
138
Member Avatar for Rhyan

Hi there. Hope somebody can advise on the following: I have created a table into my database which has a coloumn with datatype defined as DATE. The normal MySQL date order is YYYY-MM-DD, however I need to enter it in format DD-MM-YYYY. I am using php to insert data into …

Member Avatar for Gakwaya Joel
0
17K
Member Avatar for mohit2009

Hello, i am new to php and from this project i have started my php learning so first of sorry if my question is simple to ask but its difficult for me to understand the error and i want to learn php so i really need from all php expert …

Member Avatar for Alberto Bucur
0
210
Member Avatar for mkra

I am trying to get a dropdown box to choose what is printed out. The dropdown is populated by course names and when a selection is made I want certain course modules releated to that course printed. Code to post course name- ?php if ( isset( $_POST['send'])) { print_r( $_POST …

Member Avatar for mkra
0
486
Member Avatar for Viswajith_1

Hi All, Just wanted to know how to post the contents of a file to a 3rd party server using post. I wish to upload the fields and entries on my excel sheet to a different server in one go, that server only support POST and GET.

Member Avatar for pixelsoul
0
34
Member Avatar for slowlearner2010

**Question:** I am new to JQuery. I wanna passing my values to another page using Jquery by clicking on 2nd button instead on submit button. I tried echo what values it carried to another page (a.php) and I got, "[object HTMLInputElement]". There's no values on a.php page. I got "array(0) …

Member Avatar for slowlearner2010
0
771
Member Avatar for riwakawd

On my view I am trying to get it so if my input link[] is next to the upload button then that link post will be inserted into the database with image I use codeigniter for a mvc frame work. I can insert the links and images fine, but the …

Member Avatar for riwakawd
0
201
Member Avatar for KevinVernon

Post the **names** of your **favorite artist / band** and **Songs** of your **favorite artist / band** with the same letter as the 1st alphabet of name of The Band or Artist. My favourite band is "**Linkin Park**" and the song start with letter "L" is "**Lost In The Echo**"

Member Avatar for <M/>
0
1K
Member Avatar for Santanu.Das

Today's afternoon, I made an answare to the post **phone number** in vb.net forum. Now this is 8:18PM it is vanished.

Member Avatar for Santanu.Das
0
167
Member Avatar for jKidz

Hi Friends, First of all, I would like to Wish you a Happy & Christ centered Christmas to you all. I am coding a forum to increase my knowledge. In New Article Creation, I want to restrict if user post a thread within last 1 minute, let him or her …

Member Avatar for chrishea
0
90
Member Avatar for VengefulToast

My computer stopped working as in it would not get past POST. Before that, I was just surfing the web as usual, then it froze and just reset itself getting stuck on the DRAM or CPU test by the led staying lit. I just stopped messing with it and last …

Member Avatar for rubberman
0
328
Member Avatar for connecticut472
Member Avatar for happygeek
-1
70
Member Avatar for yuri1000

I am new here to get answers for my issues, hoping for your kind advice. Thanks in advance. I have written a HTTP API to send SMS using curl. Everything is working fine, except I am failing to loop and post curl for certain phone numbers. For example: User uploads …

Member Avatar for pritaeas
0
322
Member Avatar for ezekel

Hello daniweb experts, I would like to ask some help or some idea on how can i send data via post to my webpages if there is session....the webpage(http://mysite.com/adduser.php) is checking if the login user is already have session. I want my android apps can send data to the adduser.php,but …

Member Avatar for cool_zephyr
0
103
Member Avatar for gtcorwin

I click the Code button and it erases all the code I typed and won't let me type in the box any more. I am getting realy annoyed trying to post c code because I can't add the curly brace... can someone please tell me what it takes to post …

Member Avatar for deceptikon
0
171
Member Avatar for Himesh_1

On a php page, main.php, I have an html form with post method. It starts out something like this: <form method="post" action="https://checkout.google.com/blah/blah/blah In addition to doing the post to checkout.google.com, I would also like to execute some php code on main.php. How do I code the form post action to …

Member Avatar for veedeoo
0
271
Member Avatar for Elliott_1

Effective January 1st of each year, Gabriela receives a 5% raise on her previous year’s salary. She wants a program that calculates and displays the amount of her annual raises for the next three years. The program also should calculate and display her total salary for the three years. Annual …

Member Avatar for Lerner
0
139
Member Avatar for Ingska

Hi all! I am trying to post from a form to an URL, using cURL. I have managed to do the posting bit, and my data is coming thew to the URL just like I wanted. Here is my code: <?php //create array of data to be posted $post_data['Application.Ssn'] = …

Member Avatar for broj1
0
583
Member Avatar for Santanu.Das

Is there any option to delete or cancel any post? If unwillingly I post any topics or any answer or post an identicle answare, what should I do? On my opinion, I should get a chance to delete or cancle mine (not others) if I do the same.

Member Avatar for Santanu.Das
0
181
Member Avatar for kindo

The ajaxForm function is not working well. It returns an error. Here is my code: Html: <form class="t1-form" action="ajax/upload.php" method="post" accept-charset="UTF-8" id="form" enctype="multipart/form-data"> <textarea class="txtbox" placeholder="" role="textbox" title="" name="post"></textarea> <div class="photo-selector"><button type="button" class="btn btn-default" title="attach image"><i class="fa fa-camera fa-fw"></i>&nbsp;Upload</button><div class="image-selector"><input type="hidden" name="photoId" value="" id="photoId" class="file-data" autocomplete="off"><label class="t1-label"><span class="visuallyhidden">Add photo</span> <input …

Member Avatar for JorgeM
0
136
Member Avatar for ankit1122

hello, im developing a mass mailing application in php...in lot places i see like post to this address... lik this one.. To upload your attachment do a HTTP PUT of your attachment file to: https://api.elasticemail.com/attachments/upload?username=yourusername&api_key=yourapikey&file=test.csv and Step 3) Call mailer send with the datasource value set: To use the send …

Member Avatar for ankit1122
0
387
Member Avatar for jmichae3

I don't know if I hit a session timeout during editing of a post or what (probably - sesstion timeout could be too short), but I can take a while. I thought I saw a submit button once, and I clicked it, but my changes were gone. then I saw …

Member Avatar for Dani
0
295
Member Avatar for A Monkeys Uncle

How Would I take A Picture Of My Desktop And Post It At A Forum As An JPG? I'd also like to know how to turn a link into jpg, I've actually done this once in MS Paint but I don't know how I did it. Thanks in advance.

Member Avatar for <M/>
0
789
Member Avatar for Shibbir Khan

$.ajax({ url: "/Configuration/AddServersAdvancedSelect", type: "POST", data: { selectedOUs: that.getByDataSelected() }, async: false, dataType: "html", success: result => { cont.setTabContentFromHtmlString(result, 1); cont.tabClicked($("td[data-value='1']").get(0)); }, error: (xhr, ajaxOptions, thrownError) => { // } }); This is my ajax request towards the server. For some reason the data doesn't get selected. The getByDataSelected function …

Member Avatar for shammi.khan.73
0
423
Member Avatar for Nabeel_2

$(".qty").change(function(){ $.each($('.qty'), function(){ var form_data ={ rowid: $('.rowid').val(), qty: $('.qty').val(), ajax: '1', }; alert(form_data); $.ajax({ url:"<?php echo site_url('cart1/update');?>", type:'POST', data: form_data, async: false, success: function(data) { alert(data); } }); });

Member Avatar for Airshow
-2
3K
Member Avatar for ravi142

Hello, *Problem:* I have Created '**Custom Post**' In Publish Button which i have to insert in **Custom Table** of database. Right now i have create template **single-Posttype.php** but on **Publish** button not insert in custom table Is Any Hooks for that ? Thank You.

Member Avatar for ravi142
0
86
Member Avatar for Anitha14

I have a c# windows form application with Webbrowser control. For the URL that I have, need to get the POST data. How do I get this? SHould this be coded inside the webbrowser.Navigating event?

Member Avatar for anthonydaly
0
360
Member Avatar for matrixdevuk

Could we use CMD+Return and CTRL+Return for submitting posts etc? ALT+S doesn't work (at least, on my Mac it doesn't).

Member Avatar for matrixdevuk
0
121
Member Avatar for aryanmughal

Hi please guide me how to add custom post format and custom fields in wordpress posts. Thanks in advance

Member Avatar for pritaeas
0
52
Member Avatar for erabxes

I have a form like the one below which is posted to processForm.php, and the user can dynamically add more with jquery. <input type="text" name="subject[]" /> <input type="text" name="grade[]" /> <input type="text" name="year[]" /> <input type="text" name="subject[]" /> <input type="text" name="grade[]" /> <input type="text" name="year[]" /> <input type="text" name="subject[]" /> …

Member Avatar for erabxes
0
361
Member Avatar for payal.hedaoo.7

I would like to convert the post pay to prepaid options, but unable to do the same, so what are the steps to follow to convert the post pay to pre pay options.

Member Avatar for Ravi Rajput
0
638
Member Avatar for ravi142

Hello, **Custom post** -> "Children" **Add New**-> If children name already then change with title with his birthday By default Wordpress used **Same_Title** and **Same_Title-2** in slug. Can you suggestion me how.? RND not given proper solution. Thank you

Member Avatar for diafol
0
138
Member Avatar for durgesh1

i add category in custom post type from wp admin and add post in that category every thing is fine here but when i click on category name on front no post is displaying please help me <?php /* Plugin Name: Institutions Plugin URI: http://adninfosystem.com/ Description: This can be used …

0
89
Member Avatar for BingityBongity

I would like my thread deleted because it is full of mistakes, it hasn't got any replies so I hope this will not be a problem. Thank you, the link is here: [Click Here](https://www.daniweb.com/software-development/python/threads/483954/help-with-classes)

Member Avatar for diafol
0
253
Member Avatar for Kiran sharma

whenever i post blog and article then site not rank well but when i stop work for the couple of days its rank good so whats the reason behind it would any body explain me about it

Member Avatar for Kiran sharma
-1
204
Member Avatar for mbarandao

Hello all, I am needing some guidance on how to build an array from POST Variables an then insert the data into mysql. Here is what I have M Variable from submitted form $parentid ="7638sds"; $child3_1_name =$_POST['chld3_1_name']; $child3_1_age =$_POST['child3_1_age']; $child3_2_name =$_POST['chld3_2_name']; $child3_2_age =$_POST['child3_2_age']; $child3_3_name =$_POST['chld3_3_name']; $child3_3_age =$_POST['child3_3_age']; $cnt="3"; $childrenContainer =" …

Member Avatar for mbarandao
0
555
Member Avatar for khizer03

Dear I am pasha from (Bangalore)India, i have a query In a web page how can i allow a user to write tetimonal online and it should be veiwed by everyone..means that should be present in feedback page...as users post their comments that should go adding on the web page …

Member Avatar for mattster
0
357
Member Avatar for silent lover

i try to get comment count from a blog post use blog feed. i want to get number inside <slash:comments>0</slash:comments> i use this syntax but did not work: <?php $feed = file_get_contents("http://www.trenologi.com/feed/"); $xml = new SimpleXmlElement($feed); foreach($xml->channel->item as $entry) { $comment = mysql_real_escape_string("$entry->slash:comments"); echo "$comment"; } ?> i think the …

Member Avatar for matrixdevuk
0
437
Member Avatar for Priti_P

Hello, I have created text fields <fieldset class="step"> <p> <label for="Certifications">Certifications:</label><br> <label style="margin-left: -125px !important;"> <div id='test_certify' style="display:table;"> <table id="mytable" width="5%"> <tbody> <tr> <td align='middle'>Certification Name</td> <td>Pass Out Year</td> </tr> <? $tr_id=1; ?> <tr id=<?echo $tr_id; ?> > <td> <? echo CHtml::activeTextField(EmpCertificates::model(),'Name',array('id'=>'C_name-'.$tr_id,)); ?> <td> <td> <input for date> </td> </tr> …

Member Avatar for Airshow
0
153
Member Avatar for Chris Nicola

I have an old HP P4 computer that will not post. The CPU fan starts but nothing appears on the screen, there is no beep and I can't get into the bios. The motherboard light comes on and the power supply and the monitor is OK. Your thoughts would be …

Member Avatar for rubberman
0
50
Member Avatar for gogs85

How to share sigle post when click on button ex. fbshare, twitshare and show them in facebook. Do you know some examples or tutorial?

Member Avatar for mexabet
0
88
Member Avatar for Jihadyildiz

i have a windows phone project and i am trying to post data to website and get the data i have working windows form project code but when i try to use that code on wp8 i get error says `Error 2 'System.Net.HttpWebRequest' does not contain a definition for 'GetResponse' …

Member Avatar for hericles
0
202
Member Avatar for zekstein

Hello ! I have a problem ! I'm starting a comment system for my website. The problem is: I want to use an HTML editor, but is not fully necesary. My problem is with the security. How to secure the user input that i save in database? Because i show …

Member Avatar for diafol
0
145
Member Avatar for Poonam Jadav

hello i m a student & new to php i want to pass id from one page to another page using get & post method but the id can not be passed it shoes the variable in URL instead of value please can any one help me Here is the …

Member Avatar for pzuurveen
2
43K
Member Avatar for jray

I need help with ODBC configuration in Windows, I don't know where to start, or which forum to post my questions. Thoughts?

Member Avatar for Dani
0
46
Member Avatar for example868

You need 5 posts with 5 days of membership or 15 reputation points in order to unlock full website functionalit. Please change it!

Member Avatar for example868
0
325

The End.